certs
This commit is contained in:
@@ -18,9 +18,9 @@ rest:
|
||||
ipv6:
|
||||
port: 8443
|
||||
schema: https
|
||||
caFile: /usr/local/omc/etc/certs/rootca.crt
|
||||
certFile: /usr/local/omc/etc/certs/tsa-omc.crt
|
||||
keyFile: /usr/local/omc/etc/certs/tsa-omc_pri.key
|
||||
caFile: ./etc/certs/rootca.crt
|
||||
certFile: ./etc/certs/tsa-omc.crt
|
||||
keyFile: ./etc/certs/tsa-omc_pri.key
|
||||
|
||||
database:
|
||||
type: mysql
|
||||
@@ -91,13 +91,14 @@ alarm:
|
||||
# token: true/false to check accessToken
|
||||
# expires for session, unit: second
|
||||
# Support single/multiple session of user
|
||||
#
|
||||
auth:
|
||||
crypt: bcrypt
|
||||
token: true
|
||||
expires: 1800
|
||||
session: multiple
|
||||
publicKey: /usr/local/omc/etc/certs/omc_pub.key
|
||||
privateKey: /usr/local/omc/etc/certs/omc_pri.key
|
||||
publicKey: ./etc/certs/omc_pub.key
|
||||
privateKey: ./etc/certs/omc_pri.key
|
||||
|
||||
# Parameter for limit number
|
||||
# rmuid_maxnum: the max number of rmUID, default: 50
|
||||
|
||||
Reference in New Issue
Block a user