Change-Id: I1febb3027322ab8527c5b89b169f98ade85ba293changes/86/3886/1
parent
86e4967910
commit
e64fd4ce9e
@ -0,0 +1,13 @@
|
|||||||
|
package NGCP::InterceptSchema;
|
||||||
|
use Moose;
|
||||||
|
extends 'NGCP::Schema';
|
||||||
|
|
||||||
|
our $VERSION = '2.007';
|
||||||
|
|
||||||
|
sub connection {
|
||||||
|
my ($self) = @_;
|
||||||
|
$self->SUPER::connection($self->config->as_hash->{ngcp_intercept_connect_info});
|
||||||
|
}
|
||||||
|
|
||||||
|
no Moose;
|
||||||
|
1;
|
@ -1,13 +0,0 @@
|
|||||||
package NGCP::RoSchema;
|
|
||||||
use Moose;
|
|
||||||
extends 'NGCP::Schema';
|
|
||||||
|
|
||||||
our $VERSION = '2.007';
|
|
||||||
|
|
||||||
sub connection {
|
|
||||||
my ($self) = @_;
|
|
||||||
$self->SUPER::connection($self->config->as_hash->{ngcp_ro_connect_info});
|
|
||||||
}
|
|
||||||
|
|
||||||
no Moose;
|
|
||||||
1;
|
|
Loading…
Reference in new issue