Initial commit
This commit is contained in:
10
.env.example
Normal file
10
.env.example
Normal file
@@ -0,0 +1,10 @@
|
||||
# Database Configuration
|
||||
DB_PATH=db/database.sqlite
|
||||
|
||||
# CORS Configuration
|
||||
CORS_ALLOW_ORIGIN=*
|
||||
CORS_ALLOW_METHODS="GET, POST, PATCH, DELETE, OPTIONS"
|
||||
CORS_ALLOW_HEADERS=Content-Type
|
||||
|
||||
# Application Configuration
|
||||
ERROR_REPORTING=true
|
||||
Reference in New Issue
Block a user