Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Motion Bank
Services
Transcoder
Commits
0303046a
Commit
0303046a
authored
Sep 05, 2018
by
A. Koch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update config to use auth.motionbank.org for auth0 domain
parent
4d6c0ae4
Pipeline
#1223
passed with stage
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
config/default.json
config/default.json
+1
-1
config/dev.json
config/dev.json
+1
-1
No files found.
config/default.json
View file @
0303046a
...
...
@@ -55,7 +55,7 @@
},
"jwt"
:
{
"audience"
:
"https://api.motionbank.org"
,
"issuer"
:
"https://motionbank.
eu.auth0.com
/"
,
"issuer"
:
"https://
auth.
motionbank.
org
/"
,
"algorithms"
:
[
"RS256"
],
"credentialsRequired"
:
false
}
...
...
config/dev.json
View file @
0303046a
...
...
@@ -44,7 +44,7 @@
},
"jwt"
:
{
"audience"
:
"http://localhost:3030"
,
"issuer"
:
"https://motionbank.
eu.auth0.com
/"
,
"issuer"
:
"https://
auth.
motionbank.
org
/"
,
"algorithms"
:
[
"RS256"
],
"credentialsRequired"
:
false
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment