File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- Config-Processor version 0.10
1
+ Config-Processor version 0.11_01
2
2
========================
3
3
4
4
INSTALLATION
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ use 5.008000;
4
4
use strict;
5
5
use warnings;
6
6
7
- our $VERSION = ' 0.10 ' ;
7
+ our $VERSION = ' 0.11_01 ' ;
8
8
9
9
use File::Spec;
10
10
use YAML::XS qw( LoadFile ) ;
@@ -651,14 +651,14 @@ configuration parameters.
651
651
host: "stat-master.mydb.com"
652
652
username: "stat_writer"
653
653
password: "stat_writer_pass"
654
- overlay: { var: myapp.db.connectors.test }
654
+ overlay: { var: myapp.db.connectors.test }
655
655
656
656
stat_slave:
657
657
underlay: { var: myapp.db.connectors.default }
658
658
host: "stat-slave.mydb.com"
659
659
username: "stat_reader"
660
660
password: "stat_reader_pass"
661
- overlay: { var: myapp.db.connectors.test }
661
+ overlay: { var: myapp.db.connectors.test }
662
662
663
663
To disable overriding just assign to C<test > connector empty hash.
664
664
You can’t perform that action at this time.
0 commit comments