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
# To make non-breaking changes to the file.
return {
"http_port": 8000,
"https_port": 8443,
"language": "en_EN",
"cookie_expire": 30,