diff options
author | Saku Ytti <saku@ytti.fi> | 2014-07-21 19:33:54 +0300 |
---|---|---|
committer | Saku Ytti <saku@ytti.fi> | 2014-07-21 19:33:54 +0300 |
commit | 33cb73721db8336ea8d2b8e947bbc38adcf47102 (patch) | |
tree | 8f3a50e035753449cc55dc78dbd883db7cb38a43 /README.md | |
parent | 59da6ea1a704f3003163d46d08d34c7c3f474d98 (diff) |
fix README config example
we now support network based SQL and 'file' make little sense in
postgres/mysql, changing that to 'database' makes it reusable for both
use cases.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -67,7 +67,7 @@ source: default: sql sql: adapter: sqlite - file: "/usr/local/lan/corona.db" + database: "/usr/local/lan/corona.db" table: device map: name: ptr |