2023-03-03 17:10:17 +03:00
|
|
|
APP_HOST=0.0.0.0
|
|
|
|
APP_PORT=8000
|
|
|
|
|
2023-03-10 16:17:23 +03:00
|
|
|
# Generate a strong secret key
|
|
|
|
# On Linux: openssl rand -hex 32
|
|
|
|
# If this variable is not set,
|
|
|
|
# the key is generated automatically
|
|
|
|
#SECRET_KEY=secret
|
|
|
|
|
2023-02-19 16:49:44 +03:00
|
|
|
DB_HOST=${REPO_NAME_SNAKE}_db
|
|
|
|
DB_PORT=3306
|
|
|
|
DB_USER=${REPO_NAME_SNAKE}
|
2023-03-09 16:21:55 +03:00
|
|
|
DB_PASSWORD=password
|
2023-02-19 16:49:44 +03:00
|
|
|
DB_DATABASE=${REPO_NAME_SNAKE}
|