test_data/config.yml

113 lines
2.1 KiB
YAML

dev: true # 是否为开发环境
dbType: mysql # postgres or mysql
Basedb: # mysql配置
user: root
password: 123456
host: 192.168.0.172:3306
dbname: sys_base
charset: utf8mb4
Wip:
user: root
password: 123456
host: 192.168.0.172:3306
dbname: wip
charset: utf8mb4
Bug:
user: root
password: 123456
host: 192.168.0.172:3306
dbname: bug
charset: utf8mb4
Tdb: # mysql配置
user: tpdb
password: TpMysql12#$
host: 192.168.0.55:3306
dbname: test_program
charset: utf8mb4
db: # mysql配置
user: tpdb
password: TpMysql12#$
host: 192.168.0.55:3306
dbname: flybook
storeDB: store
charset: utf8mb4
AttendanceDB:
user: tpdb
password: TpMysql12#$
host: 192.168.0.55:3306
dbname: attendance
charset: utf8mb4
DataFlowDB:
user: root
password: 123456
host: 192.168.0.172:3306
dbname: data_flow
charset: utf8mb4
ForumDB:
user: root
password: 123456
host: 192.168.0.172:3306
dbname: forum
charset: utf8mb4
postgres: # Postgres配置
user: tpdb
password: TpMysql12#$
# host: 192.168.0.78
host: 192.168.0.56
port: 5432
dbname: test_data
redis:
# host: redis:6379 # docker-compose 时
host: 192.168.0.172:6379
db: 10
password: ""
oracle:
host: 192.168.0.30:1521
user: tkplusemi
password: tkplusemi
SID: topprod
mongodb:
host: 192.168.0.172
port: 27017
system:
port: :28007
signingKey: "tkpluse-jwt-online-token"
captchaLength: 6
domain: http://192.168.0.195:28007/ # 必须以/ 结尾
testProgramDomain: http://192.168.0.189:28000/
ip2location: # 通过ip获取地理位置
getCoordinate: https://apis.map.qq.com/ws/location/v1/ip?ip=%s&key=XFZBZ-U2VWI-BWUGT-5FDUJ-BF6MS-RYBGC
getLocation: https://apis.map.qq.com/ws/geocoder/v1/?location=%f,%f&key=XFZBZ-U2VWI-BWUGT-5FDUJ-BF6MS-RYBGC&get_poi=1
flybook:
public:
AppId: cli_a00ba57c05b8500d
AppSecret: C8GNm4Yyb3IBI1Zd9dEjldJA137ewix3
VerificationToken: KMcvkJAvXfsNGE085eDkuclOAU7reueO
EncryptKey: D88KluIYjaeGL5cAVeRJxbRzjyjGOWgH
positionIDLength: 6
AD:
Addr: 192.168.0.38:636
BindUserName: "administrator@tkpluse.com"
BindPassword: "123qweASD!@#"
RootOu: "OU=TKPLUSE"
SearchDN: "DC=tkpluse,DC=com"