fix: Change hostname
This commit is contained in:
@@ -103,7 +103,7 @@ umami:
|
||||
# -- This will redirect all requests from http to https in the Umami application. Note, this does not apply to the tracking script.
|
||||
forceSSL: "1"
|
||||
# -- hostname under which Umami will be reached
|
||||
hostname: "umami.srv.oceanbox.io"
|
||||
hostname: "0.0.0.0"
|
||||
# -- This will do a DNS lookup on a hostname and the resulting IP address will be ignored. This can be a comma delimited list of hostnames.
|
||||
ignoreHostname: ""
|
||||
# -- You can provide a comma-delimited list of IP address to exclude from data collection.
|
||||
@@ -123,7 +123,6 @@ umami:
|
||||
|
||||
postgresql:
|
||||
enabled: false
|
||||
|
||||
mysql:
|
||||
enabled: false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user