Remove http port from config

This commit is contained in:
amcmanu3 2024-03-15 14:49:31 -04:00
parent c9a46a1f9b
commit 6eea6a15d7

View File

@ -496,7 +496,6 @@ class Helpers:
# Config.json was removed from the repo to make it easier for users # Config.json was removed from the repo to make it easier for users
# To make non-breaking changes to the file. # To make non-breaking changes to the file.
return { return {
"http_port": 8000,
"https_port": 8443, "https_port": 8443,
"language": "en_EN", "language": "en_EN",
"cookie_expire": 30, "cookie_expire": 30,