-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.example
41 lines (30 loc) · 974 Bytes
/
.env.example
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
30
31
32
33
34
35
36
37
38
39
40
41
CURRENT_ENV=<staging|production>
SECRET_KEY=changeme
REDIS_HOST=<redis-host>
REDIS_PASSWORD=<redis-password>
REDIS_PORT=<redis-port>
REDIS_DB=<redis-db>
REDIS_KEY=<redis-key>
MONGO_HOST=<mongo-host>
MONGO_DB=<mongo-db>
MONGO_USER=<mongo-user>
MONGO_PASSWORD=<mongo-password>
MONGO_TASKS_COLLECTION=<mongo-tasks-collection>
MONGO_USERS_COLLECTION=<mongo-users-collection>
POSTGRES_HOST=<postgres-host>
POSTGRES_PORT=<postgres-port>
POSTGRES_DB=<postgres-db>
POSTGRES_USER=<postgres-user>
POSTGRES_PASSWORD=<postgres-password>
TG_BOT_TOKEN=<tg-bot-token>
TG_CHAT_ID=<tg-chat-id>
MYMEMORY_EMAIL=<email-for-mymemory>
DETECT_LANGUAGE_API_KEY=<detect-language-api-key>
TCP_CONNECTOR_LIMIT=<tcp-connector-limit>
ASYNC_TRANSLATION_TASKS_NUM=<async-translation-tasks-num>
MAX_CONCURRENT_TASKS=<max-concurrent-tasks>
RUN_BACKGROUND_TASKS=<1|0>
SCHEDULER_TASK_INTERVAL=<seconds-interval>
GRAYLOG_HOST=<graylog-host>
GRAYLOG_INPUT_PORT=<graylog-port>
SENTRY_DSN=<sentry-dsn>