We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac4a89f commit 2a67ff6Copy full SHA for 2a67ff6
configuration.py
@@ -8,7 +8,7 @@
8
9
# The Host and Port settings for the webserver
10
web_host = "0.0.0.0" # (ignored for apache)
11
-web_port = 80 # (ignored for apache)
+web_port = 8080 # (ignored for apache)
12
web_ssl = False # (ignored for apache)
13
ssl_keyfile = "" # (ignored for apache)
14
ssl_certfile = "" # (ignored for apache)
@@ -54,5 +54,5 @@
54
mailing_system_email_server = "smtp.unknown.domain"
55
mailing_system_email_port = 465 # Dont change! For some reason only this works?!
56
57
-path_kelp_modules = "E:\SWC\modules"
58
-path_kelp_plugins = "E:\SWC\plugins"
+path_kelp_modules = "/path/to/modules"
+path_kelp_plugins = "/path/to/plugins"
0 commit comments