Initial commit: Masina-Dock Vehicle Management System
This commit is contained in:
commit
ae923e2c41
4999 changed files with 1607266 additions and 0 deletions
18
.env.example
Normal file
18
.env.example
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
SECRET_KEY=your-secret-key-here-change-this-in-production
|
||||
DATABASE_PATH=/app/data/masina_dock.db
|
||||
DISABLE_SIGNUPS=False
|
||||
|
||||
ENABLE_EMAIL_VERIFICATION=False
|
||||
ENABLE_2FA=True
|
||||
|
||||
MAIL_SERVER=smtp.gmail.com
|
||||
MAIL_PORT=587
|
||||
MAIL_USE_TLS=True
|
||||
MAIL_USERNAME=your-email@gmail.com
|
||||
MAIL_PASSWORD=your-app-password
|
||||
MAIL_DEFAULT_SENDER=noreply@masinadock.local
|
||||
|
||||
SESSION_COOKIE_SECURE=False
|
||||
|
||||
PUID=1000
|
||||
PGID=1000
|
||||
Loading…
Add table
Add a link
Reference in a new issue