Skip to content

Commit

Permalink
feat: Upgrade default version of teleray (close #122)
Browse files Browse the repository at this point in the history
  • Loading branch information
Christophe Nouguier committed Jan 8, 2020
1 parent fca0a7b commit 6e52dfd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .env.default
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@ TRAEFIK_TAG=1.7-alpine

# Teleray
TELERAY_IMAGE=kalisio/k-teleray
TELERAY_TAG=latest
TELERAY_TAG=1.0.0
TELERAY_DEBUG=

# TileServer GL
TILESERVERGL_IMAGE=klokantech/tileserver-gl
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ $kargo build mapserver
| Variable | Description | Default value |
| --- | --- | --- |
| `TELERAY_IMAGE` | The image to be used. | `kalisio/k-teleray` |
| `TELERAY_TAG` | The version to be used. | `0.1.0` |
| `TELERAY_TAG` | The version to be used. | `1.0.0` |
| `TELERAY_DB_URL` | The database URL where to write the data. | - |
| `TELERAY_DEBUG` | The namespaces to enable debug output. Set it to `krawler*` to enable full debug output. | `` |

Expand Down

0 comments on commit 6e52dfd

Please sign in to comment.