backend api, swagger, tooling, frontend skeleton
This commit is contained in:
10
.env.example
Normal file
10
.env.example
Normal file
@@ -0,0 +1,10 @@
|
||||
# Backend
|
||||
PORT=8080
|
||||
DATABASE_DRIVER=sqlite3
|
||||
DATABASE_URL=file:./data/matosbox.db?_fk=1
|
||||
ATTACHMENTS_DIR=./data/pieces_jointes
|
||||
BACKUP_DIR=./data/backups
|
||||
MAX_UPLOAD_MB=50
|
||||
|
||||
# App
|
||||
TIMEZONE=Europe/Paris
|
||||
Reference in New Issue
Block a user