mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-21 14:49:07 +00:00
```text
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:
parent
14f9950c38
commit
ad48aae0ba
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user