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