Files
tile-server/.env.example
T
2026-09-21 03:53:15 +03:00

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