mirror of
https://github.com/Telecominfraproject/wlan-cloud-owls.git
synced 2026-01-27 02:22:44 +00:00
92 lines
3.3 KiB
Properties
92 lines
3.3 KiB
Properties
ucentral.rootca = $OWLS_ROOT/certs/root.pem
|
|
ucentral.issuer = $OWLS_ROOT/certs/issuer.pem
|
|
ucentral.cert = $OWLS_ROOT/certs/device-cert.pem
|
|
ucentral.key = $OWLS_ROOT/certs/device-key.pem
|
|
ucentral.clientcas = $OWLS_ROOT/certs/clientcas.pem
|
|
ucentral.cas = $OWLS_ROOT/certs/cas
|
|
ucentral.security = strict
|
|
ucentral.key.password = mypassword
|
|
|
|
openwifi.restapi.host.0.backlog = 100
|
|
openwifi.restapi.host.0.security = relaxed
|
|
openwifi.restapi.host.0.rootca = $OWLS_ROOT/certs/restapi-ca.pem
|
|
openwifi.restapi.host.0.address = *
|
|
openwifi.restapi.host.0.port = 16007
|
|
openwifi.restapi.host.0.cert = $OWLS_ROOT/certs/restapi-cert.pem
|
|
openwifi.restapi.host.0.key = $OWLS_ROOT/certs/restapi-key.pem
|
|
openwifi.restapi.host.0.key.password = mypassword
|
|
|
|
openwifi.internal.restapi.host.0.backlog = 100
|
|
openwifi.internal.restapi.host.0.security = relaxed
|
|
openwifi.internal.restapi.host.0.rootca = $OWLS_ROOT/certs/restapi-ca.pem
|
|
openwifi.internal.restapi.host.0.address = *
|
|
openwifi.internal.restapi.host.0.port = 17007
|
|
openwifi.internal.restapi.host.0.cert = $OWLS_ROOT/certs/restapi-cert.pem
|
|
openwifi.internal.restapi.host.0.key = $OWLS_ROOT/certs/restapi-key.pem
|
|
openwifi.internal.restapi.host.0.key.password = mypassword
|
|
|
|
openwifi.service.key = $OWLS_ROOT/certs/restapi-key.pem
|
|
openwifi.service.key.password = mypassword
|
|
openwifi.system.data = $OWLS_ROOT/data
|
|
openwifi.system.debug = false
|
|
openwifi.system.uri.private = https://localhost:17007
|
|
openwifi.system.uri.public = https://ucentral.dpaas.arilia.com:16007
|
|
openwifi.system.commandchannel = /tmp/app.owls
|
|
openwifi.system.uri.ui = ucentral-owls.arilia.com
|
|
|
|
openwifi.kafka.group.id = owls
|
|
openwifi.kafka.client.id = owls
|
|
openwifi.kafka.enable = true
|
|
openwifi.kafka.brokerlist = a1.arilia.com:9092
|
|
openwifi.kafka.auto.commit = false
|
|
openwifi.kafka.queue.buffering.max.ms = 50
|
|
openwifi.kafka.ssl.ca.location =
|
|
openwifi.kafka.ssl.certificate.location =
|
|
openwifi.kafka.ssl.key.location =
|
|
openwifi.kafka.ssl.key.password =
|
|
|
|
alb.enable = true
|
|
alb.port = 16107
|
|
|
|
#
|
|
# This section select which form of persistence you need
|
|
# Only one selected at a time. If you select multiple, this service will die if a horrible
|
|
# death and might make your beer flat.
|
|
#
|
|
storage.type = sqlite
|
|
#storage.type = postgresql
|
|
#storage.type = mysql
|
|
#storage.type = odbc
|
|
|
|
storage.type.sqlite.db = simulations.db
|
|
storage.type.sqlite.idletime = 120
|
|
storage.type.sqlite.maxsessions = 128
|
|
|
|
storage.type.postgresql.maxsessions = 64
|
|
storage.type.postgresql.idletime = 60
|
|
storage.type.postgresql.host = localhost
|
|
storage.type.postgresql.username = stephb
|
|
storage.type.postgresql.password = snoopy99
|
|
storage.type.postgresql.database = ucentral
|
|
storage.type.postgresql.port = 5432
|
|
storage.type.postgresql.connectiontimeout = 60
|
|
|
|
storage.type.mysql.maxsessions = 64
|
|
storage.type.mysql.idletime = 60
|
|
storage.type.mysql.host = localhost
|
|
storage.type.mysql.username = stephb
|
|
storage.type.mysql.password = snoopy99
|
|
storage.type.mysql.database = ucentral
|
|
storage.type.mysql.port = 3306
|
|
storage.type.mysql.connectiontimeout = 60
|
|
|
|
|
|
########################################################################
|
|
########################################################################
|
|
#
|
|
# Logging: please leave as is for now.
|
|
#
|
|
########################################################################
|
|
logging.type = file
|
|
logging.path = $OWLS_ROOT/logs
|
|
logging.level = debug |