Fix custom db_url ignored if provided by conf.json

This commit is contained in:
Gianluca Puglia
2019-01-06 13:47:36 +01:00
parent b731973c7a
commit 13800701ce
3 changed files with 39 additions and 6 deletions

View File

@@ -223,7 +223,7 @@ creating trades.
```json
"dry_run": true,
"db_url": "sqlite///tradesv3.dryrun.sqlite",
"db_url": "sqlite:///tradesv3.dryrun.sqlite",
```
3. Remove your Exchange API key (change them by fake api credentials)