11 lines
349 B
Bash
11 lines
349 B
Bash
# Copy to .env next to docker-compose.yml (never commit .env).
|
|
# Client secret lives only here / on the host — rotate it in https://oauth.yandex.ru if it leaked.
|
|
|
|
YANDEX_CLIENT_ID=c76f28f3d66c447e85940a9a1f227452
|
|
YANDEX_CLIENT_SECRET=
|
|
YANDEX_REDIRECT_URI=https://tile-server.ru
|
|
|
|
POSTGRES_DB=tile_server
|
|
POSTGRES_USER=tiles
|
|
POSTGRES_PASSWORD=tiles
|