forgot to update the config templates

This commit is contained in:
Oliver Gorwits
2013-01-02 16:38:43 +00:00
parent 54d5654eeb
commit 9cb897c385
3 changed files with 3 additions and 3 deletions

View File

@@ -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');

View File

@@ -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

View File

@@ -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