Skip to content

Commit 2a67ff6

Browse files
- reset configuration.py to example content
1 parent ac4a89f commit 2a67ff6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

configuration.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
# The Host and Port settings for the webserver
1010
web_host = "0.0.0.0" # (ignored for apache)
11-
web_port = 80 # (ignored for apache)
11+
web_port = 8080 # (ignored for apache)
1212
web_ssl = False # (ignored for apache)
1313
ssl_keyfile = "" # (ignored for apache)
1414
ssl_certfile = "" # (ignored for apache)
@@ -54,5 +54,5 @@
5454
mailing_system_email_server = "smtp.unknown.domain"
5555
mailing_system_email_port = 465 # Dont change! For some reason only this works?!
5656

57-
path_kelp_modules = "E:\SWC\modules"
58-
path_kelp_plugins = "E:\SWC\plugins"
57+
path_kelp_modules = "/path/to/modules"
58+
path_kelp_plugins = "/path/to/plugins"

0 commit comments

Comments
 (0)