1314b24370
fix configs for api_yal
13 lines
221 B
Bash
13 lines
221 B
Bash
# DB environment variabels
|
|
DB_HOST=db_tp
|
|
DB_PORT=5432
|
|
DB_USER=postgres
|
|
DB_PASSWORD=postgres
|
|
DB_NAME=mydb
|
|
APP_PORT=8080
|
|
JWT_SECRET=secret
|
|
UPLOAD_PATH=./storage/uploads
|
|
ENVIRONMENT=development
|
|
LOG_LEVEL=debug
|
|
APP_PORT=8088
|