Skip to content
This repository has been archived by the owner on Jun 27, 2019. It is now read-only.

Rename config for docker #176

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions config/default-docker.json

This file was deleted.

15 changes: 15 additions & 0 deletions config/development.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"baseURL": "http://api.127.0.0.1.xip.io:3030",
"frontURL": "http://webapp.127.0.0.1.xip.io:3030",
"mongodb": "mongodb://mongo:27017/hc_api",
"host": "0.0.0.0",
"authentication": {
"jwt": {
"audience": "http://webapp.127.0.0.1.xip.io:3030"
}
},
"seeder": {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And maybe remove seeder part completely. It should be up to the user if he or she wants to seed the database in docker.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changed what you suggested

"runOnInit": true,
"dropDatabase": false
}
}