This commit is contained in:
parent
0d8ac17e25
commit
6ca8ba0db4
|
|
@ -1,5 +1,5 @@
|
||||||
default:
|
default:
|
||||||
platform_url: 'http://172.20.32.202:4000'
|
platform_url: 'http://172.20.32.234:4000'
|
||||||
is_local: true
|
is_local: true
|
||||||
wechat:
|
wechat:
|
||||||
appid: '123'
|
appid: '123'
|
||||||
|
|
@ -39,7 +39,7 @@ default:
|
||||||
callback_url_host: 'testforgeplus.trustie.net'
|
callback_url_host: 'testforgeplus.trustie.net'
|
||||||
chain_base: ""
|
chain_base: ""
|
||||||
blockchain:
|
blockchain:
|
||||||
api_url: 'http://172.20.32.202:3023/gitlink/fiscobcos'
|
api_url: 'http://172.20.32.234:3023/gitlink/fiscobcos'
|
||||||
wechat:
|
wechat:
|
||||||
appid: 'test'
|
appid: 'test'
|
||||||
secret: 'test123456'
|
secret: 'test123456'
|
||||||
|
|
@ -47,7 +47,7 @@ default:
|
||||||
access_key_id: 'root'
|
access_key_id: 'root'
|
||||||
access_key_secret: '_Trustie_10010'
|
access_key_secret: '_Trustie_10010'
|
||||||
admin_token: '102860de9aecc1419266ea87094a3b68916c1795'
|
admin_token: '102860de9aecc1419266ea87094a3b68916c1795'
|
||||||
domain: 'http://172.20.32.202:10082'
|
domain: 'http://172.20.32.234:10082'
|
||||||
base_url: '/api/v1'
|
base_url: '/api/v1'
|
||||||
hat_base_url: '/api/hat'
|
hat_base_url: '/api/hat'
|
||||||
accelerator:
|
accelerator:
|
||||||
|
|
@ -73,7 +73,7 @@ default:
|
||||||
domain: 'https://testgetway.gitlink.org.cn'
|
domain: 'https://testgetway.gitlink.org.cn'
|
||||||
base_url: '/api'
|
base_url: '/api'
|
||||||
sonarqube:
|
sonarqube:
|
||||||
url: "http://172.20.32.202:9999"
|
url: "http://172.20.32.234:9999"
|
||||||
secret: "squ_762399c9f06cc72f639823002df59aee77037a44"
|
secret: "squ_762399c9f06cc72f639823002df59aee77037a44"
|
||||||
checkout: "https://gitlink.org.cn/KingChan/checkout@v4"
|
checkout: "https://gitlink.org.cn/KingChan/checkout@v4"
|
||||||
scanner: "https://gitlink.org.cn/KingChan/sonarqube-scan-action@master"
|
scanner: "https://gitlink.org.cn/KingChan/sonarqube-scan-action@master"
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
production:
|
production:
|
||||||
adapter: mysql2
|
adapter: mysql2
|
||||||
database: forgeplus
|
database: forgeplus
|
||||||
host: db
|
host: 172.20.32.234
|
||||||
username: root
|
username: root
|
||||||
password: "gitlinK#%01"
|
password: "gitlinK#%01"
|
||||||
encoding: utf8mb4
|
encoding: utf8mb4
|
||||||
|
|
@ -10,7 +10,7 @@ production:
|
||||||
adapter: mysql2
|
adapter: mysql2
|
||||||
database: gitea_hat
|
database: gitea_hat
|
||||||
port: 3306
|
port: 3306
|
||||||
host: db
|
host: 172.20.32.234
|
||||||
username: root
|
username: root
|
||||||
password: "gitlinK#%01"
|
password: "gitlinK#%01"
|
||||||
encoding: utf8mb4
|
encoding: utf8mb4
|
||||||
|
|
@ -18,7 +18,7 @@ production:
|
||||||
adapter: mysql2
|
adapter: mysql2
|
||||||
database: trustiet
|
database: trustiet
|
||||||
port: 3306
|
port: 3306
|
||||||
host: db
|
host: 172.20.32.234
|
||||||
username: root
|
username: root
|
||||||
password: "gitlinK#%01"
|
password: "gitlinK#%01"
|
||||||
encoding: utf8
|
encoding: utf8
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue