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
Motion Bank API
Commits
77da7e95
Commit
77da7e95
authored
Jun 25, 2019
by
Anton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add default role option to config
parent
beb6bb79
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
+6
-3
config/custom-environment-variables.json
config/custom-environment-variables.json
+2
-1
config/default.json
config/default.json
+2
-1
config/dev.json
config/dev.json
+2
-1
No files found.
config/custom-environment-variables.json
View file @
77da7e95
...
...
@@ -31,7 +31,8 @@
"mongodb"
:
{
"url"
:
"MONGODB_ACL_URL"
,
"dbName"
:
"MONGODB_ACL_DBNAME"
}
},
"defaultRole"
:
"ACL_DEFAULT_ROLE"
},
"profiles"
:
{
"mongodb"
:
{
...
...
config/default.json
View file @
77da7e95
...
...
@@ -32,7 +32,8 @@
"mongodb"
:
{
"url"
:
"mongodb://localhost:27017"
,
"dbName"
:
"motionbank-api-acl"
}
},
"defaultRole"
:
null
},
"profiles"
:
{
"mongodb"
:
{
...
...
config/dev.json
View file @
77da7e95
...
...
@@ -31,7 +31,8 @@
"mongodb"
:
{
"url"
:
"mongodb://localhost:27017"
,
"dbName"
:
"motionbank-api-acl-dev"
}
},
"defaultRole"
:
null
},
"profiles"
:
{
"mongodb"
:
{
...
...
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