change cookie path capitalization for consistency with other env stuff

This commit is contained in:
wukko
2023-08-20 16:58:04 +06:00
parent fd0357e52d
commit c72d9b0ed1
2 changed files with 7 additions and 5 deletions

View File

@ -20,7 +20,9 @@ services:
- apiURL=https://co.wuk.sh/
# replace apiName with your instance's distinctive name
- apiName=eu-nl
# if you want to use cookies when fetching data from services, uncomment the next line
#- cookiePath=/cookies.json
# see src/modules/processing/cookie/cookies_example.json for example file.
cobalt-web:
build: .