nagiosql/install/functions/initial_settings.php

48 lines
965 B
PHP
Raw Normal View History

2017-05-22 11:24:21 +02:00
<?php
exit;
?>
;///////////////////////////////////////////////////////////////////////////////
;
; NagiosQL
;
;///////////////////////////////////////////////////////////////////////////////
;
; Project : NagiosQL
; Component: Initial configuration settings
; Website : http://www.nagiosql.org
; Date : May 27, 2011, 2:35 pm
2017-10-20 15:00:08 +02:00
; Version : 3.3.0
; $LastChangedRevision: 2 $
2017-05-22 11:24:21 +02:00
;
; DO NOT USE THIS FILE AS NAGIOSQL SETTINGS FILE!
;
;///////////////////////////////////////////////////////////////////////////////
[db]
2017-10-20 15:00:08 +02:00
type = mysqli
2017-05-22 11:24:21 +02:00
server = localhost
port = 3306
database = db_nagiosql_v32
username = nagiosql_user
password = nagiosql_pass
[path]
protocol = http
tempdir = /tmp
base_url = /
base_path = ''
[data]
locale = en_GB
encoding = utf-8
[security]
logofftime = 3600
wsauth = 0
[common]
pagelines = 15
seldisable = 1
tplcheck = 0
updcheck = 1
[network]
proxy = 0
proxyserver = ''
proxyuser = ''
proxypasswd = ''
onlineupdate = 0