fix https mix content
This commit is contained in:
@@ -8,6 +8,18 @@ logLevel: info
|
||||
############################################
|
||||
api: true
|
||||
apiAddress: :9997
|
||||
authMethod: internal
|
||||
authInternalUsers:
|
||||
- user: dashboard
|
||||
pass: password
|
||||
ips: ['127.0.0.1', '::1', '192.168.88.0/24', '172.16.0.0/12']
|
||||
permissions:
|
||||
- action: api
|
||||
|
||||
- user: any
|
||||
ips: ['127.0.0.1', '::1', '192.168.88.0/24', '172.16.0.0/12']
|
||||
permissions:
|
||||
- action: read
|
||||
|
||||
############################################
|
||||
# RTSP
|
||||
|
||||
Reference in New Issue
Block a user