mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-17 22:00:00 +00:00
docker-compose example: update api comments
This commit is contained in:
parent
011a0127b4
commit
0f515498dc
1 changed files with 2 additions and 2 deletions
|
@ -17,9 +17,9 @@ services:
|
||||||
#- 127.0.0.1:9000:9000
|
#- 127.0.0.1:9000:9000
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
# replace apiURL with your instance's target url in same format
|
# replace https://co.wuk.sh/ with your instance's target url in same format
|
||||||
- API_URL=https://co.wuk.sh/
|
- API_URL=https://co.wuk.sh/
|
||||||
# replace apiName with your instance's distinctive name
|
# replace eu-nl with your instance's distinctive name
|
||||||
- API_NAME=eu-nl
|
- API_NAME=eu-nl
|
||||||
# if you want to use cookies when fetching data from services, uncomment the next line
|
# if you want to use cookies when fetching data from services, uncomment the next line
|
||||||
#- COOKIE_PATH=/cookies.json
|
#- COOKIE_PATH=/cookies.json
|
||||||
|
|
Loading…
Reference in a new issue