Skip to content

Commit

Permalink
Use old database structure in config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
vladoohr committed Mar 29, 2018
1 parent dcf528d commit 32dc7c9
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,11 @@
"userServiceURL": "http://kong:8000/users",
"appsServiceURL": "http://kong:8000/apps"
},
"database":{
"dbName": "mongodb",
"dbInfo": {
"credentials": "/full/path/to/aws/credentials",
"endpoint": "http://localhost:9000",
"awsRegion": "us-east-1",
"host": "mongo:27017",
"database": "oauth2",
"user": "restapi",
"pass": "restapi"
}
"database": {
"host": "mongo:27017",
"database": "oauth2",
"user": "authserver",
"pass": "authserver"
},
"session": {
"name": "OAuth2Server",
Expand Down

0 comments on commit 32dc7c9

Please sign in to comment.