Sophie

Sophie

distrib > Altlinux > 4.1 > i586 > media > core-src > by-pkgid > ceea70d1d776b22e20431c4cf329382e > files > 6

nawt-2.0.5-alt9.src.rpm

# NaWT Configuration file
# $Id: nawt.conf,v 1.9 2005/04/15 22:39:12 ramirez Exp $Exp #

#####################################
#### B A S I C  O P T I O N S 
#####################################
# Show debug output in browser
debug = 0

# Extras-dir url, relative to server root.
# If full path is 'http://www.you.com/nawt/extras' then extrasURL = /nawt/extras
extrasURL = /nawt/extras
extrasDIR = @APACHE2@/www/extras

# Kilibyte size in bytes:
# Default: 1024
kilobyte = 1024

# Interface Language:
# Default: English (look ../nawt/lib/Nawt/Language/*.pm)
language = Russian;


#####################################
#### N E T A M S  C O N N E C T I O N
#####################################
# User & Pass needed for USERTOOL only. 
# ADMINTOOL user login & pass that you enter when logging in.
nauser = usertool
napass = usertool

nahost = localhost
naport = 20001
nalog = /var/log/netams.log

#####################################
#### D A T A B A S E  O P T I O N S 
#####################################
# SQL Database where nawt stores data
# Recomended create songle database for this script, and import 
# structure from ../nawt/doc/create.sql
# DSN format: dbi:DriverName:database_name:hostname:port
# hostname and port not required on localhost
dsn = DBI:mysql:nawt
dbuser = netams
dbpass = 123qwe

#####################################
#### M I S C  O P T I O N S 
#####################################
# Your Server's GMT time offset.
# Invalid value - wrong stats.
# Default: 3 (Moscow)
timeOffset = 3

# If client is under proxy, we can use $ENV{HTTP_X_FORWARDED_FOR} instead $ENV{REMOTE_ADDR}
# Default: 0
proxiedClientAddress = 0

# How long script remember login. In seconds. For cookies. 
# Default: 24 hours
sessionTimeout = 86400