diff --git a/config/default.json b/config/default.json index d744efaf7bf6d63ebb328487f0df60281d589f06..9213a27b26d57dff0df6dddec2ad4f03109c1558 100644 --- a/config/default.json +++ b/config/default.json @@ -46,7 +46,7 @@ }, "jwt": { "audience": "https://api.motionbank.org", - "issuer": "https://motionbank.eu.auth0.com/", + "issuer": "https://auth.motionbank.org/", "algorithms": ["RS256"], "credentialsRequired": false } diff --git a/config/dev.json b/config/dev.json index 351532e3789e768830e59c83b51d026f56a3d510..2a9f183ed76b434917938f7a0611d3398f09911d 100644 --- a/config/dev.json +++ b/config/dev.json @@ -44,7 +44,7 @@ }, "jwt": { "audience": "http://localhost:3030", - "issuer": "https://motionbank.eu.auth0.com/", + "issuer": "https://auth.motionbank.org/", "algorithms": ["RS256"], "credentialsRequired": false }