-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
29 lines (23 loc) · 590 Bytes
/
.env.example
File metadata and controls
29 lines (23 loc) · 590 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
APP_ENV=development
APP_DRY_RUN=true
APP_LOG_LEVEL=INFO
DB_HOST=127.0.0.1
DB_PORT=3306
DB_USER=testizer_user
DB_PASSWORD=change_me
DB_NAME=testizer
DB_CHARSET=utf8mb4
BREVO_API_KEY=
BREVO_BASE_URL=https://api.brevo.com/v3
BREVO_LANGUAGE_LIST_ID=0
BREVO_NON_LANGUAGE_LIST_ID=0
SENTRY_DSN=
# Optional, for tests
TEST_DB_ADMIN_HOST=127.0.0.1
TEST_DB_ADMIN_PORT=3306
TEST_DB_ADMIN_USER=root
TEST_DB_ADMIN_PASSWORD=ТВОЙ_РЕАЛЬНЫЙ_ПАРОЛЬ
TEST_DB_NAME=testizer_email_funnels_test
TEST_DB_USER=testizer_test
TEST_DB_PASSWORD=strong_password_here
TESTIZER_ENABLE_DB_TESTS=0