summarylogtreecommitdiffstats
path: root/config.patch
diff options
context:
space:
mode:
Diffstat (limited to 'config.patch')
-rw-r--r--config.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/config.patch b/config.patch
index 276b902c3fa9..d3d45cffbfbb 100644
--- a/config.patch
+++ b/config.patch
@@ -1,16 +1,16 @@
diff -ura package.orig/config.example.yml package.new/config.example.yml
--- package.orig/config.example.yml 2020-03-08 14:59:02.828681120 +0100
+++ package.new/config.example.yml 2020-03-12 02:30:06.273495477 +0100
-@@ -3,7 +3,7 @@
-
+@@ -4,7 +4,7 @@
server:
- listenaddr: "" # the address to bind on, leave empty to bind on all addresses
+ 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.
+ 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".
- port: 80 # the port the HTTP server will listen on
+ port: 9071 # the port the HTTP server will listen on
-
+
ssl:
enabled: false # if https should be enabled
-@@ -15,7 +15,7 @@
+@@ -16,7 +16,7 @@
letsencrypt:
enabled: false # if the certificate should be requested from letsencrypt
accepttos: false # if you accept the tos from letsencrypt
@@ -19,7 +19,7 @@ diff -ura package.orig/config.example.yml package.new/config.example.yml
hosts: # the hosts for which letsencrypt should request certificates
# - mydomain.tld
# - myotherdomain.tld
-@@ -42,12 +43,12 @@
+@@ -46,12 +46,12 @@
database: # for database see (configure database section)
dialect: sqlite3