tmpl-fastapi/.env

6 lines
114 B
Bash
Raw Normal View History

2023-02-19 16:49:44 +03:00
DB_HOST=${REPO_NAME_SNAKE}_db
DB_PORT=3306
DB_USER=${REPO_NAME_SNAKE}
DB_PASSWORD=
DB_DATABASE=${REPO_NAME_SNAKE}