Cleanup some small config details
Signed-off-by: Diederik de Groot <ddegroot@talon.nl>
This commit is contained in:
40
config.ini
40
config.ini
@@ -1,5 +1,5 @@
|
||||
[main]
|
||||
debug = on ; The output in the browser window for more information
|
||||
debug = TRUE ; The output in the browser window for more information
|
||||
cache_filename = "/tmp/provision_sccp_resolver.cache"
|
||||
default_language = English_United_States
|
||||
log_type = SYSLOG ; SYSLOG|STDERR|STDOUT|NULL|FILE
|
||||
@@ -10,10 +10,10 @@ auto_sign = FALSE
|
||||
auto_encrypt = FALSE
|
||||
|
||||
[security]
|
||||
cert_ca =
|
||||
cert_priv =
|
||||
cert_pub =
|
||||
hash =
|
||||
cert_ca = NULL
|
||||
cert_priv = NULL
|
||||
cert_pub = NULL
|
||||
hash = NULL
|
||||
|
||||
[subdirs]
|
||||
tftproot = tftpboot
|
||||
@@ -29,10 +29,10 @@ languages = languages
|
||||
sshUserId = cisco
|
||||
sshPassword = cisco
|
||||
ipAddress = ipv4|ipv6 ; ipv4 | ipv4 | ipv4|ipv6 | ipv6|ipv4
|
||||
datetime.template=M/D/YA
|
||||
datetime.timezone=W. Europe Standard/Daylight Time
|
||||
datetime.ipaddress=10.x.x.x
|
||||
datetime.mode=Unicast
|
||||
datetime.template = M/D/YA
|
||||
datetime.timezone = W. Europe Standard/Daylight Time
|
||||
datetime.ipaddress = 10.x.x.x
|
||||
datetime.mode = Unicast
|
||||
members.myhost.hostname = myhost.domain.com
|
||||
members.myhost.ipv4 = 10.x.x.x
|
||||
members.myhost.ipv6 = 2001:470::x:x
|
||||
@@ -40,16 +40,16 @@ members.myhost.port = 2000
|
||||
;srts.
|
||||
;common.
|
||||
;vendor.
|
||||
locale.country=United_States
|
||||
locale.language=English_United_States
|
||||
locale.langcode=en_US
|
||||
locale.charset=utf-8
|
||||
urls.secury = FALSE
|
||||
urls.information=
|
||||
urls.authentication=
|
||||
urls.services=
|
||||
urls.direcory=
|
||||
urls.messages=
|
||||
urls.proxyserver=
|
||||
locale.country = United_States
|
||||
locale.language = English_United_States
|
||||
locale.langcode = en_US
|
||||
locale.charset = utf-8
|
||||
urls.security = FALSE
|
||||
urls.information = NULL
|
||||
urls.authentication = NULL
|
||||
urls.services = NULL
|
||||
urls.direcory = NULL
|
||||
urls.messages = NULL
|
||||
urls.proxyserver = NULL
|
||||
;vpn.
|
||||
;phoneservices.
|
||||
|
Reference in New Issue
Block a user