store daemon db in the home area

This commit is contained in:
Oliver Gorwits
2012-12-20 20:54:20 +00:00
parent e847de5baf
commit eaacd6662e
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ plugins:
# know what you're doing!
daemon:
schema_class: 'App::Netdisco::Daemon::DB'
dsn: 'dbi:SQLite:dbname=/tmp/netdisco-daemon.db'
dsn: 'dbi:SQLite:dbname=/home/netdisco/netdisco-daemon.db'
options:
RaiseError: 1
AutoCommit: 1

View File

@@ -31,7 +31,7 @@ plugins:
# know what you're doing!
daemon:
schema_class: 'App::Netdisco::Daemon::DB'
dsn: 'dbi:SQLite:dbname=/tmp/netdisco-daemon.db'
dsn: 'dbi:SQLite:dbname=/home/netdisco/netdisco-daemon.db'
options:
RaiseError: 1
AutoCommit: 1