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.
iTi-Flask/copier-template/.env.example.jinja

21 lines
395 B
Django/Jinja

APP_ENV=prod
APP_PORT=8000
DATABASE_DIALECT={{ database_dialect }}
MYSQL_HOST=host.docker.internal
MYSQL_PORT=3306
MYSQL_ROOT_PASSWORD=root-password
MYSQL_DATABASE=app
MYSQL_USER=app
MYSQL_PASSWORD=change-me
POSTGRES_HOST=host.docker.internal
POSTGRES_PORT=5432
POSTGRES_DB=app
POSTGRES_USER=app
POSTGRES_PASSWORD=change-me
SECRET_KEY=change-me
JWT_SECRET_KEY=change-me
LOG_FILE_ENABLED=true