Files
rustpad/.env.example
T
2026-07-20 15:59:15 +02:00

14 lines
262 B
Bash

# Serwer deweloperski
APP_HOST=0.0.0.0
APP_PORT=3000
# SQLite
DATABASE_URL=sqlite:///data/db/rustpad.db?mode=rwc
DATABASE_MAX_CONNECTIONS=8
# Assety i logowanie
STATIC_DIR=static
ASSET_VERSION=0.0.1
RUST_LOG=rustpad=debug,tower_http=info
UPLOAD_MAX_SIZE_MB=20