From 6f728dce8c7b99f10c9434b88b4dd21f4126f88f Mon Sep 17 00:00:00 2001 From: bill bittner Date: Sat, 17 Jun 2017 09:52:48 -0700 Subject: [PATCH] fixing test/prod upload path --- config/production.json | 2 +- config/test.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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