refactor: Update OneUptime port in config.example.env

This commit updates the ONEUPTIME_HTTP_PORT value in the config.example.env file to 80. This change ensures that OneUptime is hosted on the correct port.
This commit is contained in:
Simon Larsen 2024-06-24 19:47:15 +01:00
parent 14f9950c38
commit ad48aae0ba
No known key found for this signature in database
GPG Key ID: 96C5DCA24769DBCA

View File

@ -3,6 +3,8 @@
# Please change this to domain of the server where oneuptime is hosted on.
HOST=localhost
# OneUptime Port. This is the port where OneUptime will be hosted on.
ONEUPTIME_HTTP_PORT=80
# ==============================================
# SETTING UP TLS/SSL CERTIFICATES
@ -26,8 +28,7 @@ GLOBAL_PROBE_2_KEY=please-change-this-to-random-value
INTERNAL_SMTP_PASSWORD=please-change-this-to-random-value
# OneUptime Port. This is the port where OneUptime will be hosted on.
ONEUPTIME_HTTP_PORT=80
# If you are connecting Status Pages to custom domains, then this will be the port where the status page will be hosted on.
STATUS_PAGE_HTTPS_PORT=443