Updated DB URL to not use localhost
This commit is contained in:
parent
3cdab63b5f
commit
9ae462fb85
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"Storage": {
|
"Storage": {
|
||||||
"NubianDatabase": "mongodb://localhost",
|
"NubianDatabase": "mongodb://nubian-database.dunestorm.net",
|
||||||
"DesertPath": "src/desert/",
|
"DesertPath": "src/desert/",
|
||||||
"UploadPath": "src/uploads/",
|
"UploadPath": "src/uploads/",
|
||||||
"ZipPath": "zips/",
|
"ZipPath": "zips/",
|
||||||
|
|
Reference in a new issue