use correct port and don't use builtin https

This commit is contained in:
2026-01-03 14:26:22 -05:00
parent 7ad6fcd4d0
commit bcf6088f3a
3 changed files with 3 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
"title": "Romm",
"version": "0.1.0",
"healthCheckPath": "/",
"httpPort": 3000,
"httpPort": 5000,
"addons": {
"localstorage": {},
"postgresql": {},