fixing test/prod upload path

This commit is contained in:
bill bittner 2017-06-17 09:52:48 -07:00
parent d7a35bed78
commit 6f728dce8c
2 changed files with 2 additions and 2 deletions

View file

@ -7,6 +7,6 @@
}, },
"Database": { "Database": {
"MySqlConnectionUri": "none", "MySqlConnectionUri": "none",
"PublishUploadPath": "~/Downloads/" "PublishUploadPath": "/Home/Ubuntu/Downloads/"
} }
} }

View file

@ -7,6 +7,6 @@
}, },
"Database": { "Database": {
"MySqlConnectionUri": "none", "MySqlConnectionUri": "none",
"PublishUploadPath": "~/Downloads/" "PublishUploadPath": "/Home/Ubuntu/Downloads/"
} }
} }