Files
VKResenderBackend/.env.example
2025-06-08 15:42:25 +03:00

22 lines
361 B
Plaintext

# Port
APP_PORT=9000 # Optional
# Application
SECRET_KEY=secret_key
# Database
DATABASE_URL=postgresql://postgres:example@localhost:5432/postgres
POSTGRES_PORT=5432 # Optional
POSTGRES_DATA=./postgres # Optional
# Valkey
VALKEY_URL=redis://localhost:6379/0
VALKEY_PORT=6379 # Optional
# VK
VK_CLIENT_ID=
VK_REDIRECT_URI=
# Logging (Optional)
LOKI_URL=