store daemon db in the home area
This commit is contained in:
@@ -33,7 +33,7 @@ plugins:
|
|||||||
# know what you're doing!
|
# know what you're doing!
|
||||||
daemon:
|
daemon:
|
||||||
schema_class: 'App::Netdisco::Daemon::DB'
|
schema_class: 'App::Netdisco::Daemon::DB'
|
||||||
dsn: 'dbi:SQLite:dbname=/tmp/netdisco-daemon.db'
|
dsn: 'dbi:SQLite:dbname=/home/netdisco/netdisco-daemon.db'
|
||||||
options:
|
options:
|
||||||
RaiseError: 1
|
RaiseError: 1
|
||||||
AutoCommit: 1
|
AutoCommit: 1
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ plugins:
|
|||||||
# know what you're doing!
|
# know what you're doing!
|
||||||
daemon:
|
daemon:
|
||||||
schema_class: 'App::Netdisco::Daemon::DB'
|
schema_class: 'App::Netdisco::Daemon::DB'
|
||||||
dsn: 'dbi:SQLite:dbname=/tmp/netdisco-daemon.db'
|
dsn: 'dbi:SQLite:dbname=/home/netdisco/netdisco-daemon.db'
|
||||||
options:
|
options:
|
||||||
RaiseError: 1
|
RaiseError: 1
|
||||||
AutoCommit: 1
|
AutoCommit: 1
|
||||||
|
|||||||
Reference in New Issue
Block a user