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 NetAddr::IP::Lite ':lower';
|
||||||
|
|
||||||
use MCE;
|
use MCE;
|
||||||
use Role::Tiny;
|
use Role::Tiny::With;
|
||||||
use Path::Class 'dir';
|
use Path::Class 'dir';
|
||||||
|
|
||||||
my $tmp = dir($ENV{HOME}, 'tmp');
|
my $tmp = dir($ENV{HOME}, 'tmp');
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ plugins:
|
|||||||
# know what you are doing!
|
# know what you are doing!
|
||||||
daemon:
|
daemon:
|
||||||
schema_class: 'App::Netdisco::Daemon::DB'
|
schema_class: 'App::Netdisco::Daemon::DB'
|
||||||
dsn: 'dbi:SQLite:dbname=/home/netdisco/netdisco-daemon.db'
|
dsn: 'dbi:SQLite:dbname=:memory:'
|
||||||
options:
|
options:
|
||||||
RaiseError: 1
|
RaiseError: 1
|
||||||
AutoCommit: 1
|
AutoCommit: 1
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ plugins:
|
|||||||
# know what you are doing!
|
# know what you are doing!
|
||||||
daemon:
|
daemon:
|
||||||
schema_class: 'App::Netdisco::Daemon::DB'
|
schema_class: 'App::Netdisco::Daemon::DB'
|
||||||
dsn: 'dbi:SQLite:dbname=/home/netdisco/netdisco-daemon.db'
|
dsn: 'dbi:SQLite:dbname=:memory:'
|
||||||
options:
|
options:
|
||||||
RaiseError: 1
|
RaiseError: 1
|
||||||
AutoCommit: 1
|
AutoCommit: 1
|
||||||
|
|||||||
Reference in New Issue
Block a user