Skip to content

Commit

Permalink
Bug 1147295 - Drop old call url formats from loop-server's config files.
Browse files Browse the repository at this point in the history
  • Loading branch information
Standard8 committed Mar 25, 2015
1 parent b47f670 commit a2ae720
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion config/loadtest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"userMacAlgorithm": "sha256",
"userMacSecret": "5a25ad4feadd45fdcbb05402658272da",
"sessionSecret": "this is not a secret",
"webAppUrl": "http://localhost:3000/static/#call/{token}",
"fakeTokBox": true,
"tokBox": {
"credentials": {
Expand Down
2 changes: 1 addition & 1 deletion config/sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"tokenDuration": 86400
},
"callUrls": {
"webAppUrl": "http://localhost:3000/content/#call/{token}"
"webAppUrl": "http://localhost:3000/content/c/{token}"
},
"sentryDSN": false,
"allowedOrigins": [
Expand Down
1 change: 0 additions & 1 deletion config/test.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
},
"tokenDuration": 86400
},
"webAppUrl": "http://localhost:3000/#call/{token}",
"fakeCallInfo": {
"apiKey": "fake API key",
"session1": "1_MX40NDY4NzQ0Mn5-V2VkIE1hciAxMiwAMzo1OTo1MSBQRFgQMjAxNH4wLjQO5TMzMj3Mfg",
Expand Down

0 comments on commit a2ae720

Please sign in to comment.