Skip to content

Commit

Permalink
feat: Allow to configure the TTL of the Teleray measurements (closed #…
Browse files Browse the repository at this point in the history
  • Loading branch information
Christophe Nouguier committed May 9, 2020
1 parent ddb8800 commit 31fefb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .env.default
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ TRAEFIK_TAG=1.7-alpine

# Teleray
TELERAY_IMAGE=kalisio/k-teleray
TELERAY_MEASUREMENTS_TTL=604800
TELERAY_TAG=1.1.0
TELERAY_MEASUREMENTS_TTL=604800
TELERAY_DEBUG=

# TileServer GL
Expand Down
1 change: 1 addition & 0 deletions docs/reference/environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ The **MapProxy** service is preconfigured to run [Gunicorn](https://gunicorn.org
| `TELERAY_IMAGE` | The image to be used. | `kalisio/k-teleray` |
| `TELERAY_TAG` | The version to be used. | `1.1.0` |
| `TELERAY_DB_URL` | The database URL where to write the data. | - |
| `TELERAY_MEASUREMENTS_TTL` | The measurements data time to live. It must be expressed in seconds. | `604 800` (7 days) |
| `TELERAY_DEBUG` | The namespaces to enable debug output. Set it to `krawler*` to enable full debug output. | `` |

### Thredds
Expand Down

0 comments on commit 31fefb2

Please sign in to comment.