summarylogtreecommitdiffstats
path: root/path.patch
blob: 097ce6d67df40dad9a3e4727b1856729698566d7 (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
--- oragono.yaml	2017-06-26 09:52:22.638430466 -0400
+++ ../../oragono.conf	2017-06-26 09:52:54.349010749 -0400
@@ -24,8 +24,8 @@
     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:
@@ -62,8 +62,7 @@
     #password: ""
 
     # motd filename
-    # if you change the motd, you should move it to ircd.motd
-    motd: oragono.motd
+    motd: /var/lib/oragono/ircd.motd
 
     # maximum length of clients' sendQ in bytes
     # this should be big enough to hold /LIST and HELP replies
@@ -214,7 +213,7 @@
         method: file stderr
 
         # filename to log to, if file method is selected
-        filename: ircd.log
+        filename: /var/log/oragono.log
 
         # type(s) of logs to keep here. you can use - to exclude those types
         #
@@ -256,7 +255,7 @@
 # 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: