You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
APP_ENV=prod
|
|
APP_PORT=8000
|
|
|
|
MYSQL_HOST=host.docker.internal
|
|
MYSQL_PORT=3306
|
|
MYSQL_ROOT_PASSWORD=root-password
|
|
MYSQL_DATABASE=app
|
|
MYSQL_USER=app
|
|
MYSQL_PASSWORD=change-me
|
|
|
|
SECRET_KEY=change-me
|
|
JWT_SECRET_KEY=change-me
|
|
LOG_FILE_ENABLED=true
|