aboutsummaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorMichael McVady <femtonaut@gmail.com>2022-05-24 01:24:18 -0500
committerMichael McVady <femtonaut@gmail.com>2022-05-24 01:24:18 -0500
commit096d2bbf5267c6ffb9f8d6637587187be2af952f (patch)
tree68e97dbd320ef6c395655044d6ef16dee5aa15d5 /conf
parentd05ab70231eccf7db88d69d6cd91eab4a5d54b7b (diff)
Standalone binary - starts
Diffstat (limited to 'conf')
-rw-r--r--conf/build.conf6
-rw-r--r--conf/clog.conf2
2 files changed, 4 insertions, 4 deletions
diff --git a/conf/build.conf b/conf/build.conf
index 32bbf21..57d6329 100644
--- a/conf/build.conf
+++ b/conf/build.conf
@@ -4,9 +4,9 @@
# Set to yes if you wish to produce a single binary instead
# of a dynamic library. If you set this to yes you must also
# set kore_source together with kore_flavor.
-# single_binary=yes
-# kore_source=../kore-4.2.2/
-# kore_flavor=PGSQL=1 TLS_BACKEND=none
+single_binary=yes
+kore_source=../kore-4.2.2/
+kore_flavor=PGSQL=1 TLS_BACKEND=none
# The flags below are shared between flavors
cflags=-Wall -Wmissing-declarations -Wshadow
diff --git a/conf/clog.conf b/conf/clog.conf
index ef50a78..23ad8d0 100644
--- a/conf/clog.conf
+++ b/conf/clog.conf
@@ -5,7 +5,7 @@ server notls {
tls no
}
-load ./clog.so init
+# load ./clog.so init
workers 4