Skip to content

Commit

Permalink
feat: Bump to Weacast API 1.2.2 (close #180)
Browse files Browse the repository at this point in the history
  • Loading branch information
Christophe Nouguier committed Oct 8, 2020
1 parent a25d722 commit f573e99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .env.default
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ VIGICRUES_DEBUG=

# Weacast API
WEACAST_IMAGE=weacast/weacast-api
WEACAST_TAG=1.2.1
WEACAST_TAG=1.2.2
WEACAST_REPLICAS=1
WEACAST_LOG_LEVEL=verbose
WEACAST_DEBUG=
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ For each stack, there must be such an entry:
| --- | --- | --- |
| `MAPCACHE_IMAGE` | The image to be used. | `kalisio/mapcache` |
| `MAAPCACHE_TAG` | The version to be used. | `1.10` |
| `MAPCACHE_DATA_PATH` | The path to the data. | `/mnt/data0/mapcache_data` |
| `MAPCACHE_DATA_PATH` | The path to the data. | `/var/cache/mapcache` |
| `MAPCACHE_REPLICAS` | The number of replicas. | `1` |

### MapProxy
Expand Down Expand Up @@ -286,7 +286,7 @@ The **MapProxy** service is preconfigured to run [Gunicorn](https://gunicorn.org
| Variable | Description | Default value |
| --- | --- | --- |
| `WEACAST_IMAGE` | The image to be used. | `weacast/weacast-api` |
| `WEACAST_TAG` | The version to be used. | `1.1.0` |
| `WEACAST_TAG` | The version to be used. | `1.2.2` |
| `WEACAST_APP_SECRET` | The app secret used to authenticate a client. | - |
| `WEACAST_DB_URL` | The application database URL. | - |
| `WEACAST_DATA_DB_URL` | The database URL where to read the data downloaded by the loaders. | - |
Expand Down

0 comments on commit f573e99

Please sign in to comment.