11 lines
231 B
Plaintext
11 lines
231 B
Plaintext
# 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
|