removed DownloadDirectory from config vars

This commit is contained in:
bill bittner 2017-07-18 09:54:24 -07:00
parent 2f4fa6d970
commit baa580ac87
4 changed files with 4 additions and 8 deletions

View file

@ -6,8 +6,7 @@
"GoogleId": "none"
},
"Database": {
"MySqlConnectionUri": "none",
"DownloadDirectory": "none"
"MySqlConnectionUri": "none"
},
"Logging": {
"LogLevel": "none"

View file

@ -6,8 +6,7 @@
"GoogleId": "UA-100747990-1"
},
"Database": {
"MySqlConnectionUri": "none",
"DownloadDirectory": "/home/ubuntu/Downloads/"
"MySqlConnectionUri": "none"
},
"Logging": {
"LogLevel": "silly"

View file

@ -6,8 +6,7 @@
"GoogleId": "UA-60403362-3"
},
"Database": {
"MySqlConnectionUri": "none",
"DownloadDirectory": "/home/lbry/Downloads/"
"MySqlConnectionUri": "none"
},
"Logging": {
"LogLevel": "verbose"

View file

@ -6,8 +6,7 @@
"GoogleId": "UA-100747990-1"
},
"Database": {
"MySqlConnectionUri": "none",
"DownloadDirectory": "/home/ubuntu/Downloads/"
"MySqlConnectionUri": "none"
},
"Logging": {
"LogLevel": "debug"