mirror of
https://github.com/Alexander-D-Karpov/webring.git
synced 2026-03-16 22:07:41 +03:00
15 lines
514 B
Plaintext
15 lines
514 B
Plaintext
PORT=8080
|
|
DB_CONNECTION_STRING=postgres://postgres:postgres@localhost:5432/webring?sslmode=disable
|
|
DASHBOARD_USER=admin
|
|
DASHBOARD_PASSWORD=admin
|
|
CONTACT_LINK=mailto:webring@example.com
|
|
TELEGRAM_BOT_TOKEN=your_bot_token
|
|
TELEGRAM_BOT_USERNAME=your_bot_username
|
|
SESSION_TTL_HOURS=2160 # 90 days
|
|
SESSION_SECURE_COOKIE=true # Set to true if using HTTPS, false for HTTP
|
|
CSRF_AUTH_KEY=your_csrf_auth_key
|
|
CSRF_TRUSTED_ORIGINS=
|
|
REQUIRE_LOGIN_FOR_SUBMIT=false
|
|
CHECKER_WORKERS=5
|
|
CHECKER_DOWN_THRESHOLD=3
|
|
MESSAGES_DIR=messages |