forked from dnsjia/devops-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
415 changed files
with
9,306 additions
and
45,791 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,73 +1,53 @@ | ||
####### 扫码 | ||
DINGDING_APP_ID = '' | ||
DINGDING_APP_SECRET = '' | ||
DINGDING_ACCESS_KEY= | ||
DING_QR_CODE_APP_ID = '' | ||
DING_QR_CODE_APP_SECRET = '' | ||
|
||
###### 应用 | ||
D_AGENT_ID = 884325621 | ||
D_APP_KEY = '' | ||
D_APP_SECRET = '' | ||
|
||
###### consul api | ||
CONSUL_API = 'http://192.168.22.56:8500' | ||
|
||
|
||
EMAIL_USER = system@pigs.com | ||
EMAIL_PASSWORD = 123456 | ||
|
||
|
||
SVN_URL = 'http://svn.pigs.com' | ||
SVN_USER = 'root' | ||
SVN_PASS = '123456' | ||
|
||
JIRA_URL = 'http://jira.pigs.com/' | ||
|
||
# 内网elastic | ||
INNER_ELASTIC = 'http://192.168.77.10:9200' | ||
INNER_ELASTIC_USER = 'elastic' | ||
INNER_ELASTIC_PASS = 'yourpassword' | ||
|
||
# 生产环境elastic | ||
PROD_ELASTIC = 'http://172.16.33.1:9200' | ||
PROD_ELASTIC_USER = 'elastic' | ||
PROD_ELASTIC_PASS = 'yourpassword' | ||
|
||
# Jenkins配置 | ||
JENKINS_URL = 'http://jenkins.deploy.cmdb.pigs.com' | ||
JENKINS_USER = 'root' | ||
JENKINS_PASS = '91186e960caa1cddafe133s76f45d3a6675d32e049' | ||
|
||
# 网盘 | ||
PAN_URL = 'http://pan.pigs.com:81/accounts/register/' | ||
|
||
GOGS_TOKEN = '0013984c37eedeac0de3fe050d37efbc211f32d1b3bf44' | ||
GOGS_API = 'http://git.pigs.com' | ||
|
||
# 阿里配置 | ||
REGION_ID = 'cn-hangzhou' | ||
ACCESS_KEY_ID = '' | ||
ACCESS_KEY_SECRET = '' | ||
DB_INSTANCE_ID = '' | ||
|
||
# 生产Redis | ||
REDIS_HOST = '' | ||
REDIS_PASS = '' | ||
|
||
# selenium | ||
DRIVER_PATH = 'exe\chromedriver.exe' | ||
|
||
# Allow Backup to Access ip | ||
BACKUP_ALLOW_HOST = '127.0.0.1,192.168.1.1' | ||
|
||
# Application Deploy Settings.. | ||
SYNC_JOB_NAME = 'web1,web2' | ||
|
||
# mysql | ||
MYSQL_HOST = '192.168.77.46' | ||
MYSQL_USER = 'root' | ||
MYSQL_PASS = '123456' | ||
|
||
# ES | ||
ES_URL = 'http://localhost:9200' | ||
ES_USER = '' | ||
ES_PASS = '' | ||
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 = 'system@huijia.city' | ||
EMAIL_HOST_PASSWORD = '123456789' | ||
EMAIL_FROM = '运维平台<system@huijia.city>' | ||
|
||
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' |
Oops, something went wrong.