Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

fix(test): Fix the openid-config/metrics flow tests on teamcity #7068

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions server/lib/configuration.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const conf = module.exports = convict({
format: Array
},
allowed_metrics_flow_cors_origins: {
default: [],
default: [null],
doc: 'Origins that are allowed to request the /metrics-flow endpoint',
env: 'ALLOWED_METRICS_FLOW_ORIGINS',
format: Array
Expand Down Expand Up @@ -415,7 +415,7 @@ const conf = module.exports = convict({
format: Array,
},
server_base_uri: {
default: 'wss://channelserver.services.mozilla.com',
default: 'wss://dev.channelserver.nonprod.cloudops.mozgcp.net',
doc: 'The url of the Pairing channel server.',
env: 'PAIRING_SERVER_BASE_URI'
},
Expand Down