root/trunk/local.h.default

Revision 1913, 1.8 KB (checked in by Dylan, 6 weeks ago)

unxsVZ org interface change for local.h

  • Property svn:keywords set to id
Line 
1/*
2FILE
3        $Id$
4PURPOSE
5        Localization constants, configuration settings and release info.
6LEGAL
7        Copyright 2001-2009 Gary Wallis
8*/
9
10#define LOCALCOPYRIGHT "© 2000-2012 Unixservice, LLC. All Rights Reserved."
11
12//Change for your setup DO NOT USE THESE DEFAULTS: DANGER!
13#define DBIP0 NULL
14#define DBIP1 NULL
15#define DBNAME "unxsvz"
16#define DBLOGIN "unxsvz"
17#define DBPASSWD "wsxedc"
18#define DBPORT 0
19#define DBSOCKET NULL
20//Example for host running two mysqld
21//See makefile and mysqlrad.h CustomExample sections
22//#define DBPORT 4306
23//#define DBSOCKET "/var/lib/mysql/mysql4.sock"
24
25//Master tClient and related tAuthorize can be centralized
26// to be used by all mysqlISP2 related subsystems.
27#define TCLIENT "tClient"
28//#define TCLIENT "mysqlISP2.tClient"
29#define TAUTHORIZE "tAuthorize"
30//#define TAUTHORIZE "mysqlISP2.tAuthorize"
31
32//unxsvz can report to us once a week some useful for
33//debugging and development statistics.
34//This is very helpful to us and in the end we hope for yourself.
35//For improving and developing this software
36//#define DEBUG_REPORT_STATS_OFF
37
38//Setup your own CA and sign a cert and start up your Apache/mod_ssl server
39//for security.
40//Make sure mySQL ports are firewalled correctly if used on other servers.
41//VPN them?
42#define SSLONLY
43
44//You should customize these for your own ISP
45#define EXTISPNAME "unixservice"
46#define EXTISPURL "unixservice.com"
47#define HEADER_TITLE "unxsVZ"
48
49//End-users: Do not change these!
50//Also edit main.c header RAD status line if you change the following
51#define RELEASE "1.34/rpm-3.4"
52#define REV "1.34/rpm-3.4"
53
54//For interfaces
55#define cMAILTO "noc@someisp.net"
56#define cBCC ""
57#define cFROM "noc@someisp.net"
58#define cSUBJECT "OneLogin system message"
59#define cUNXSVZORGLOGFILE "/var/log/unxsvzOrg.log"
60
Note: See TracBrowser for help on using the browser.