This commit is contained in:
Mateusz Gruszczyński
2026-07-20 15:59:15 +02:00
parent 771494671b
commit dfa0828c38
42 changed files with 964 additions and 755 deletions
+3 -1
View File
@@ -3,10 +3,12 @@ APP_HOST=0.0.0.0
APP_PORT=3000
# SQLite
DATABASE_URL=sqlite://rustpad.db?mode=rwc
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