diff --git a/config/production.json b/config/production.json index 4f815ce7..df0eab45 100644 --- a/config/production.json +++ b/config/production.json @@ -7,6 +7,6 @@ }, "Database": { "MySqlConnectionUri": "none", - "PublishUploadPath": "~/Downloads/" + "PublishUploadPath": "/Home/Ubuntu/Downloads/" } } \ No newline at end of file diff --git a/config/test.json b/config/test.json index 8d0379c2..8c8a441a 100644 --- a/config/test.json +++ b/config/test.json @@ -7,6 +7,6 @@ }, "Database": { "MySqlConnectionUri": "none", - "PublishUploadPath": "~/Downloads/" + "PublishUploadPath": "/Home/Ubuntu/Downloads/" } } \ No newline at end of file