skrytka-app/.env

7 lines
103 B
Bash
Raw Normal View History

DB_USER=postgres
DB_PASS=123
DB_HOST=localhost
DB_PORT=5432
DB_NAME=postgres
2023-03-06 20:58:29 +00:00
SKIP_PREFLIGHT_CHECK=true