forked from Trustie/forgeplus
config demo
This commit is contained in:
parent
b86eba4725
commit
fdd62a602e
|
|
@ -63,25 +63,28 @@ defaults: &defaults
|
|||
access_admin_uid: 44619
|
||||
domain: 'https://mirror.osredm.com'
|
||||
base_url: '/api/v1'
|
||||
notice:
|
||||
platform: 'gitlink'
|
||||
write_domain: 'http://106.75.31.211:58082'
|
||||
read_domain: 'http://106.75.31.211:58080'
|
||||
base_url: '/gns'
|
||||
forum:
|
||||
domain: 'https://forum.osredm.com/'
|
||||
base_url: '/api'
|
||||
trace:
|
||||
domain: 'http://153.35.182.228:8010'
|
||||
base_url: '/v1'
|
||||
ci_db_server:
|
||||
adapter: mysql2
|
||||
database: drone
|
||||
port: 43306
|
||||
host: 106.75.110.152
|
||||
username: root
|
||||
password: "R?X:FLI6u,7;"
|
||||
encoding: utf8
|
||||
notice:
|
||||
platform: 'gitlink'
|
||||
write_domain: 'http://106.75.31.211:58082'
|
||||
read_domain: 'http://106.75.31.211:58080'
|
||||
base_url: '/gns'
|
||||
api_urls:
|
||||
task: https://task.osredm.com
|
||||
notice: https://info.osredm.com
|
||||
forum:
|
||||
domain: 'https://forum.osredm.com/'
|
||||
base_url: '/api'
|
||||
trace:
|
||||
domain: 'http://153.35.182.228:8010'
|
||||
base_url: '/v1'
|
||||
ci_db_server:
|
||||
adapter: mysql2
|
||||
database: drone
|
||||
port: 43306
|
||||
host: 106.75.110.152
|
||||
username: root
|
||||
password: "R?X:FLI6u,7;"
|
||||
encoding: utf8
|
||||
|
||||
development:
|
||||
<<: *defaults
|
||||
|
|
|
|||
Loading…
Reference in New Issue