File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # ==================APP_SETTINGS==================
2+ DEBUG = 1
3+ # ==================DATA_BASE==================
4+ POSTGRES_DB = analizer
5+ POSTGRES_PASSWORD =
6+ DB_ENGINE = postgresql+asyncpg
7+ DB_NAME = analizer
8+ DB_USER = postgres
9+ DB_PASSWORD =
10+ DB_HOST = db
11+ DB_PORT = 5432
12+ # ==================RABBIT_MQ==================
13+ RMQ_HOST = rabbitmq
14+ RMQ_PORT = 5672
15+ RABBITMQ_DEFAULT_USER = guest
16+ RABBITMQ_DEFAULT_PASS = guest
17+ # ==================ORIGINS==================
18+ CURRENT_ORIGIN = http://localhost:8080
19+ # ==================GRAFANA==================
20+ GF_SECURITY_ADMIN_USER = admin
21+ GF_SECURITY_ADMIN_PASSWORD = admin
22+ # ==================CADDY==================
23+ ADMIN_USER = admin
24+ ADMIN_PASSWORD = admin
25+ # ==================TESTS==================
26+ TEST_POSTGRES_DB = test_analizer
27+ TEST_POSTGRES_PASSWORD =
28+ TEST_DB_ENGINE = postgresql+asyncpg
29+ TEST_DB_NAME = test_analizer
30+ TEST_DB_USER = postgres
31+ TEST_DB_PASSWORD =
32+ TEST_DB_HOST = test_db
33+ TEST_DB_PORT = 5431
You can’t perform that action at this time.
0 commit comments