File: global.perl

package info (click to toggle)
libconfig-merge-perl 1.04-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 448 kB
  • sloc: perl: 805; makefile: 2
file content (12 lines) | stat: -rw-r--r-- 224 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
{
    db => {
        hosts => {
            session => [qw(host1 host2 host3)],
            image =>   [qw(host4 host5 host6)],
        },
        engine => 'MySQL',
    },
    domain => 'www.test.com',
}