50c3375abd
modifay config
12 lines
210 B
Bash
12 lines
210 B
Bash
# DB environment variabels
|
|
DB_HOST=db_tp
|
|
DB_PORT=5432
|
|
DB_USER=postgres
|
|
DB_PASSWORD=postgres
|
|
DB_NAME=db_main
|
|
APP_PORT=8081
|
|
JWT_SECRET=secret
|
|
UPLOAD_PATH=./storage/uploads
|
|
ENVIRONMENT=development
|
|
LOG_LEVEL=debug
|