removed my local file path from dev config
This commit is contained in:
parent
6f2753445d
commit
1f949e71a8
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
},
|
},
|
||||||
"Database": {
|
"Database": {
|
||||||
"MySqlConnectionUri": "none",
|
"MySqlConnectionUri": "none",
|
||||||
"DownloadDirectory": "C:\\Users\\Bones\\Downloads\\lbry\\"
|
"DownloadDirectory": "/home/lbry/Downloads/"
|
||||||
},
|
},
|
||||||
"Logging": {
|
"Logging": {
|
||||||
"LogLevel": "silly"
|
"LogLevel": "silly"
|
||||||
|
|
Loading…
Reference in a new issue