-
-
Notifications
You must be signed in to change notification settings - Fork 142
/
.env
53 lines (43 loc) · 1.23 KB
/
.env
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
42
43
44
45
46
47
48
49
50
51
52
53
####### 扫码
DING_QR_CODE_APP_ID = ''
DING_QR_CODE_APP_SECRET = ''
###### 应用
DING_AGENT_ID =
DING_APP_KEY = ''
DING_APP_SECRET = ''
# 钉钉API接口
DING_REQUEST_URL = 'http://dingtalk.com'
# 钉钉扫码登录用户邮箱后缀
DING_LOGIN_EMAIL_SUFFIX = 'pigs.com'
MONGO_HOST = '192.168.1.34'
MONGO_PORT = 27017
# -------- Settings Start ----------------------------
DB_HOST = '192.168.1.96'
DB_PORT = 3306
DB_USER = 'ops'
DB_PASS = '123456789'
DB_TABLE = 'ops'
CACHES_REDIS_HOST = '192.168.1.234'
CACHES_REDIS_PORT = 6379
CACHES_REDIS_DB = 8
CACHES_REDIS_PASS = '123456789'
EMAIL_USE_SSL = True
EMAIL_HOST = 'smtp.exmail.qq.com'
EMAIL_PORT = 465
EMAIL_HOST_USER = '[email protected]'
EMAIL_HOST_PASSWORD = '123456789'
EMAIL_FROM = '运维平台<[email protected]>'
CELERY_BROKER_REDIS_HOST = 'redis.com'
CELERY_BROKER_REDIS_PORT = 6379
CELERY_BROKER_REDIS_DB = 4
CELERY_BROKER_REDIS_PASS = '123456'
CELERY_BACKEND_REDIS_HOST = 'redis.com'
CELERY_BACKEND_REDIS_PORT = 6379
CELERY_BACKEND_REDIS_DB = 5
CELERY_BACKEND_REDIS_PASS = '123456'
# -------- Settings End ------------------------------
# api_metrics_url
API_METRICS_URL = 'http://192.168.1.74:9988'
API_METRICS_TOKEN = '123456'
# 找回密码url
DOMAIN_URL = 'http://192.168.1.35'