-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.properties.default
76 lines (65 loc) · 1.35 KB
/
config.properties.default
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
# DB
db.uri=jdbc:sqlite:test.db
db.user=
db.password=
# Settings store
settings.dir=usercfg
# Zookeeper
zookeeper.connectionString = 127.0.0.1:2181
# OpenVPN management channel
openvpn.instances=<host:mgmtport>;<host:mgmtport>;...
# Use IP addresses
openvpn.network.4=
openvpn.netmask.4=255.255.255.0
openvpn.localip.4=
# Client connectivity checks
openvpn.ping=10
openvpn.pingRestart=60
# Use DNS name
openvpn.publicaddress=
openvpn.publicport=1194
# VPN client cfg
vpn.maxIPv4LeaseAmount=1
# RFC 3177
vpn.ipv6.pool.minAllocPrefix=48
# RFC 6177
vpn.ipv6.pool.defaultAllocPrefix=56
vpn.ipv6.network=
vpn.ipv6.prefix=64
vpn.ipv6.localip=
vpn.ipv6.pool.subnet=
# Service endpoint
jetty.hostname=
jetty.port=8443
jetty.keyStore=keystore
jetty.keyStorePassword=password
# Public endpoint
service.hostname=
service.port=443
# Mail
smtp.server=
smtp.user=
smtp.password=
# Mailing settings
mail.headerImageURL =
mail.headerImageAlt =
userManagement.emailAddress=
# Security
# Location of the OpenVPN CA certificate:
ca.crt =
ca.keyStore =
ca.keyStorePassword =
ca.keyPassword =
ca.storeDir = ca
# Logging
log.file = /var/log/ispng/vpn.log
# Auth
users.admin=
# e.g. Billy user
users.service=
# DNS builder
dns.zone.rev-ipv4=0.0.0.in-addr.arpa.
# External systems
billing.api.uri = http://
sentry.api.dsn =
monitoring.opentsdb.uri=http://<opentsdb address>:4242/api/put