You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
listenaddr: "" # the address to bind on, leave empty to bind on all addresses
6
+
keepaliveperiodseconds: 0 # 0 = use Go default (15s); -1 = disable keepalive; set the interval in which keepalive packets will be sent. Only change this value if you know what you are doing.
7
+
listenaddr: "" # the address to bind on, leave empty to bind on all addresses. Prefix with "unix:" to create a unix socket. Example: "unix:/tmp/gotify.sock".
8
8
- port: 80 # the port the HTTP server will listen on
9
9
+ port: 9071 # the port the HTTP server will listen on
10
-
10
+
11
11
ssl:
12
12
enabled: false # if https should be enabled
13
-
@@ -15,7 +15,7 @@
13
+
@@ -16,7 +16,7 @@
14
14
letsencrypt:
15
15
enabled: false # if the certificate should be requested from letsencrypt
16
16
accepttos: false # if you accept the tos from letsencrypt
0 commit comments