Remove Daemon's job queue DBIC schema from user config

This commit is contained in:
Oliver Gorwits
2013-02-24 01:00:34 +00:00
parent 7ed6c86020
commit 4b7543b945
5 changed files with 12 additions and 19 deletions

View File

@@ -29,15 +29,6 @@ plugins:
options:
RaiseError: 1
AutoCommit: 1
# please do not change/remove this schema unless you
# know what you are doing!
daemon:
schema_class: 'App::Netdisco::Daemon::DB'
dsn: 'dbi:SQLite:dbname=:memory:'
options:
RaiseError: 1
AutoCommit: 1
sqlite_use_immediate_transaction: 1
# uncomment and set to 1 to disable authentication/login
no_auth: 1

View File

@@ -27,15 +27,6 @@ plugins:
options:
RaiseError: 1
AutoCommit: 1
# please do not change/remove this schema unless you
# know what you are doing!
daemon:
schema_class: 'App::Netdisco::Daemon::DB'
dsn: 'dbi:SQLite:dbname=:memory:'
options:
RaiseError: 1
AutoCommit: 1
sqlite_use_immediate_transaction: 1
# uncomment and set to 1 to disable authentication/login
# no_auth: 0