10 lines
166 B
Bash
10 lines
166 B
Bash
APP_BASE_PATH=/project_final
|
|
SESSION_SECURE=true
|
|
CORS_ALLOWED_ORIGIN=
|
|
|
|
DB_HOST=mysql
|
|
DB_PORT=3306
|
|
DB_DATABASE=webgis_db
|
|
DB_USERNAME=webgis_user
|
|
DB_PASSWORD=change_me
|