fixing test/prod upload path
This commit is contained in:
parent
d7a35bed78
commit
6f728dce8c
2 changed files with 2 additions and 2 deletions
|
@ -7,6 +7,6 @@
|
||||||
},
|
},
|
||||||
"Database": {
|
"Database": {
|
||||||
"MySqlConnectionUri": "none",
|
"MySqlConnectionUri": "none",
|
||||||
"PublishUploadPath": "~/Downloads/"
|
"PublishUploadPath": "/Home/Ubuntu/Downloads/"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -7,6 +7,6 @@
|
||||||
},
|
},
|
||||||
"Database": {
|
"Database": {
|
||||||
"MySqlConnectionUri": "none",
|
"MySqlConnectionUri": "none",
|
||||||
"PublishUploadPath": "~/Downloads/"
|
"PublishUploadPath": "/Home/Ubuntu/Downloads/"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue