[BACK]Return to ngircd-test2.conf CVS log [TXT][DIR] Up to [local] / ircnowd / src / testsuite

Annotation of ircnowd/src/testsuite/ngircd-test2.conf, Revision 1.1

1.1     ! tomglok     1: # ngIRCd test suite
        !             2: # configuration file for test server #2
        !             3:
        !             4: [Global]
        !             5:        Name = ngircd.test.server2
        !             6:        Info = ngIRCd Test-Server 2
        !             7:        Listen = 127.0.0.1
        !             8:        Ports = 6790
        !             9:        MotdFile = ngircd-test2.motd
        !            10:        AdminEMail = admin@irc.server2
        !            11:
        !            12: [Limits]
        !            13:        MaxConnectionsIP = 0
        !            14:        MaxJoins = 4
        !            15:        MaxPenaltyTime = 1
        !            16:
        !            17: [Options]
        !            18:        OperCanUseMode = yes
        !            19:        Ident = no
        !            20:        IncludeDir = /var/empty
        !            21:        DNS = no
        !            22:        PAM = no
        !            23:
        !            24: [Operator]
        !            25:        Name = TestOp
        !            26:        Password = 123
        !            27:
        !            28: [Server]
        !            29:        Name = ngircd.test.server
        !            30:        Host = 127.0.0.1
        !            31:        Port = 6789
        !            32:        MyPassword = pwd2
        !            33:        PeerPassword = pwd1
        !            34:
        !            35: # -eof-

CVSweb