summarylogtreecommitdiffstats
path: root/path.patch
blob: 139398d4a0863e0bd460fb3522398286f65bf2cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
diff --git a/oragono.yaml b/oragono.yaml
index 0d72a0b..23b80ac 100644
--- a/oragono.yaml
+++ b/oragono.yaml
@@ -21,8 +21,8 @@ server:
     tls-listeners:
         # listener on ":6697"
         ":6697":
-            key: tls.key
-            cert: tls.crt
+            key: /var/lib/oragono/tls.key
+            cert: /var/lib/oragono/tls.crt
 
     # strict transport security, to get clients to automagically use TLS
     sts:
@@ -52,7 +52,7 @@ server:
 
     # motd filename
     # if you change the motd, you should move it to ircd.motd
-    motd: oragono.motd
+    motd: /var/lib/oragono/ircd.motd
 
     # motd formatting codes
     # if this is true, the motd is escaped using formatting codes like $c, $b, and $i
@@ -236,10 +236,10 @@ logging:
         #   file    log to given target filename
         #   stdout  log to stdout
         #   stderr  log to stderr
-        method: file stderr
+        method: stdout stderr
 
         # filename to log to, if file method is selected
-        filename: ircd.log
+        #filename: ircd.log
 
         # type(s) of logs to keep here. you can use - to exclude those types
         #
@@ -289,7 +289,7 @@ debug:
 # datastore configuration
 datastore:
     # path to the datastore
-    path: ircd.db
+    path: /var/lib/oragono/ircd.db
 
 # limits - these need to be the same across the network
 limits: