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.
|
# -- This will redirect all requests from http to https in the Umami application. Note, this does not apply to the tracking script.
|
||||||
forceSSL: "1"
|
forceSSL: "1"
|
||||||
# -- hostname under which Umami will be reached
|
# -- 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.
|
# -- 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: ""
|
ignoreHostname: ""
|
||||||
# -- You can provide a comma-delimited list of IP address to exclude from data collection.
|
# -- You can provide a comma-delimited list of IP address to exclude from data collection.
|
||||||
@@ -123,7 +123,6 @@ umami:
|
|||||||
|
|
||||||
postgresql:
|
postgresql:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
mysql:
|
mysql:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user