Skip to content

Commit

Permalink
Updated diagnostics location to proper domains.
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Swindell <tom@zippie.org>
  • Loading branch information
Tom Swindell committed Jan 23, 2019
1 parent 4984df3 commit 7c32312
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions zippie.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ module.exports = {
root: {
pinauth: 'https://pin.dev.zippie.org',
card: 'https://card.dev.zippie.org/v0.1/',
signup: 'https://signup.dev.zippie.org/',
debug: 'https://127.0.0.1:3000'
signup: 'https://signup.dev.zippie.org',
debug: 'https://diagnostics.dev.zippie.org'
},
user: {
home: 'https://my.dev.zippie.org'
Expand All @@ -29,7 +29,7 @@ module.exports = {
pinauth: 'https://pin.testing.zippie.org',
card: 'https://card.testing.zippie.org/v0.1/',
signup: 'https://signup.testing.zippie.org',
debug: 'https://sandbox.dev.zippie.org'
debug: 'https://diagnostics.dev.zippie.org'
},
user: {
home: 'https://my.testing.zippie.org'
Expand Down

0 comments on commit 7c32312

Please sign in to comment.