mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Remove http port from config
This commit is contained in:
parent
c9a46a1f9b
commit
6eea6a15d7
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user