22 lines
361 B
Plaintext
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=
|