first commit

This commit is contained in:
Mateusz Gruszczyński
2026-03-13 15:17:32 +01:00
commit 986ffb200a
91 changed files with 4423 additions and 0 deletions

15
.env.example Normal file
View File

@@ -0,0 +1,15 @@
FLASK_ENV=development
SECRET_KEY=change-me
DATABASE_URL=sqlite:///expense_monitor.db
APP_HOST=0.0.0.0
APP_PORT=5000
MAX_CONTENT_LENGTH_MB=10
REGISTRATION_ENABLED=false
MAIL_SERVER=
MAIL_PORT=465
MAIL_USE_TLS=false
MAIL_USE_SSL=true
MAIL_USERNAME=
MAIL_PASSWORD=
MAIL_DEFAULT_SENDER=no-reply@example.com
INSTANCE_PATH=/app/instance