parent
7c92e9d874
commit
764865cdcf
@ -0,0 +1,13 @@
|
|||||||
|
package NGCP::Panel::Model::billing;
|
||||||
|
|
||||||
|
use strict;
|
||||||
|
use base 'Catalyst::Model::DBIC::Schema';
|
||||||
|
|
||||||
|
__PACKAGE__->config(
|
||||||
|
schema_class => 'NGCP::Schema::billing',
|
||||||
|
|
||||||
|
connect_info => {
|
||||||
|
dsn => 'dbi:mysql:dbname=billing',
|
||||||
|
user => 'root',
|
||||||
|
}
|
||||||
|
);
|
Loading…
Reference in new issue