30 lines
578 B
Plaintext
30 lines
578 B
Plaintext
APP_NAME=Phred App
|
|
APP_ENV=local
|
|
APP_DEBUG=true
|
|
APP_TIMEZONE=UTC
|
|
APP_URL=http://localhost
|
|
|
|
API_FORMAT=rest
|
|
API_PROBLEM_DETAILS=true
|
|
|
|
DB_DRIVER=sqlite
|
|
DB_DATABASE=database/database.sqlite
|
|
DB_HOST=127.0.0.1
|
|
DB_PORT=3306
|
|
DB_USERNAME=root
|
|
DB_PASSWORD=
|
|
|
|
ORM_DRIVER=pairity
|
|
TEMPLATE_DRIVER=eyrie
|
|
FLAGS_DRIVER=flagpole
|
|
TEST_RUNNER=codeception
|
|
MODULE_NAMESPACE=Modules
|
|
COMPRESSION_ENABLED=false
|
|
COMPRESSION_LEVEL_GZIP=-1
|
|
COMPRESSION_LEVEL_BROTLI=4
|
|
|
|
CORS_ALLOWED_ORIGINS=*
|
|
CORS_ALLOWED_HEADERS="Content-Type, Authorization"
|
|
CORS_ALLOWED_METHODS="GET, POST, PUT, PATCH, DELETE, OPTIONS"
|
|
|