tmpl-fastapi/.env_debug

13 lines
161 B
Text
Raw Permalink Normal View History

DEBUG=true
SESSION_KEY=debug
CSRF_KEY=debug
APP_HOST=127.0.0.1
APP_PORT=8000
2023-02-19 16:49:44 +03:00
DB_HOST=localhost
DB_PORT=3306
DB_USER=darkcat09
DB_PASSWORD=
DB_DATABASE=apptest