forgot to update the config templates
This commit is contained in:
@@ -14,7 +14,7 @@ use App::Netdisco::Daemon::Queue ':all';
|
||||
use NetAddr::IP::Lite ':lower';
|
||||
|
||||
use MCE;
|
||||
use Role::Tiny;
|
||||
use Role::Tiny::With;
|
||||
use Path::Class 'dir';
|
||||
|
||||
my $tmp = dir($ENV{HOME}, 'tmp');
|
||||
|
||||
@@ -33,7 +33,7 @@ plugins:
|
||||
# know what you are doing!
|
||||
daemon:
|
||||
schema_class: 'App::Netdisco::Daemon::DB'
|
||||
dsn: 'dbi:SQLite:dbname=/home/netdisco/netdisco-daemon.db'
|
||||
dsn: 'dbi:SQLite:dbname=:memory:'
|
||||
options:
|
||||
RaiseError: 1
|
||||
AutoCommit: 1
|
||||
|
||||
@@ -31,7 +31,7 @@ plugins:
|
||||
# know what you are doing!
|
||||
daemon:
|
||||
schema_class: 'App::Netdisco::Daemon::DB'
|
||||
dsn: 'dbi:SQLite:dbname=/home/netdisco/netdisco-daemon.db'
|
||||
dsn: 'dbi:SQLite:dbname=:memory:'
|
||||
options:
|
||||
RaiseError: 1
|
||||
AutoCommit: 1
|
||||
|
||||
Reference in New Issue
Block a user