diff --git a/config/configuration.yml.example b/config/configuration.yml.example index 4b881af0..88eff29f 100644 --- a/config/configuration.yml.example +++ b/config/configuration.yml.example @@ -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