Merge branch 'main' of http://192.168.0.229:3180/OMC/ems_backend
This commit is contained in:
@@ -16,12 +16,24 @@ rest:
|
|||||||
port: 3030
|
port: 3030
|
||||||
- ipv4: 0.0.0.0
|
- ipv4: 0.0.0.0
|
||||||
ipv6:
|
ipv6:
|
||||||
port: 8443
|
port: 4443
|
||||||
schema: https
|
schema: https
|
||||||
caFile: /usr/local/omc/etc/certs/rootca.crt
|
caFile: /usr/local/omc/etc/certs/rootca.crt
|
||||||
certFile: /usr/local/omc/etc/certs/tsa-omc.crt
|
certFile: /usr/local/omc/etc/certs/tsa-omc.crt
|
||||||
keyFile: /usr/local/omc/etc/certs/tsa-omc_pri.key
|
keyFile: /usr/local/omc/etc/certs/tsa-omc_pri.key
|
||||||
|
|
||||||
|
webServer:
|
||||||
|
enabled: true
|
||||||
|
rootDir: /usr/local/omc/htdocs/front
|
||||||
|
listen:
|
||||||
|
- addr: :8080
|
||||||
|
schema: http
|
||||||
|
- addr: :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
|
||||||
|
|
||||||
database:
|
database:
|
||||||
type: mysql
|
type: mysql
|
||||||
user: root
|
user: root
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ rest:
|
|||||||
port: 3040
|
port: 3040
|
||||||
- ipv4: 0.0.0.0
|
- ipv4: 0.0.0.0
|
||||||
ipv6:
|
ipv6:
|
||||||
port: 8443
|
port: 4443
|
||||||
schema: https
|
schema: https
|
||||||
caFile: ./etc/certs/rootca.crt
|
caFile: ./etc/certs/rootca.crt
|
||||||
certFile: ./etc/certs/tsa-omc.crt
|
certFile: ./etc/certs/tsa-omc.crt
|
||||||
@@ -28,7 +28,7 @@ webServer:
|
|||||||
listen:
|
listen:
|
||||||
- addr: :8080
|
- addr: :8080
|
||||||
schema: http
|
schema: http
|
||||||
- addr: :9090
|
- addr: :8443
|
||||||
schema: https
|
schema: https
|
||||||
caFile: ./etc/certs/rootca.crt
|
caFile: ./etc/certs/rootca.crt
|
||||||
certFile: ./etc/certs/tsa-omc.crt
|
certFile: ./etc/certs/tsa-omc.crt
|
||||||
|
|||||||
Reference in New Issue
Block a user