nagiosql/install/functions/initial_settings.php

47 lines
1.1 KiB
PHP
Raw Permalink Normal View History

2017-05-22 11:24:21 +02:00
<?php
exit;
?>
;///////////////////////////////////////////////////////////////////////////////
;
; NagiosQL
;
;///////////////////////////////////////////////////////////////////////////////
;
2019-04-17 11:40:50 +02:00
; Project : NagiosQL
; Component : Initial configuration settings
; Website : https://sourceforge.net/projects/nagiosql/
; Version : 3.4.0
; GIT Repo : https://gitlab.com/wizonet/NagiosQL
2017-05-22 11:24:21 +02:00
;
; DO NOT USE THIS FILE AS NAGIOSQL SETTINGS FILE!
;
;///////////////////////////////////////////////////////////////////////////////
[db]
2019-04-17 11:40:50 +02:00
type = mysqli
server = localhost
port = 3306
database = db_nagiosql_v34
username = nagiosql_user
password = nagiosql_pass
2017-05-22 11:24:21 +02:00
[path]
2019-04-17 11:40:50 +02:00
protocol = http
tempdir = /tmp
base_url = /
base_path = ''
2017-05-22 11:24:21 +02:00
[data]
2019-04-17 11:40:50 +02:00
locale = en_GB
encoding = utf-8
2017-05-22 11:24:21 +02:00
[security]
2019-04-17 11:40:50 +02:00
logofftime = 3600
wsauth = 0
2017-05-22 11:24:21 +02:00
[common]
2019-04-17 11:40:50 +02:00
pagelines = 15
seldisable = 1
tplcheck = 0
updcheck = 1
2017-05-22 11:24:21 +02:00
[network]
2019-04-17 11:40:50 +02:00
proxy = 0
proxyserver = ''
proxyuser = ''
proxypasswd = ''
onlineupdate = 0