first commit

This commit is contained in:
Mateusz Gruszczyński
2026-07-17 15:29:08 +02:00
commit 771494671b
35 changed files with 5020 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
# Serwer deweloperski
APP_HOST=0.0.0.0
APP_PORT=3000
# SQLite
DATABASE_URL=sqlite://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