src.nth.io/

summaryrefslogtreecommitdiff
path: root/ergo/templates/config.yaml.j2
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2026-03-23 22:22:36 -0500
committerLuke Hoersten <[email protected]>2026-03-23 22:22:36 -0500
commit1859f62813f0c586ea49f912944fb25efd60520f (patch)
tree5e92465f6e24cda9f4c38c2c2c00d0c0ccd7c525 /ergo/templates/config.yaml.j2
parentb7fbbf6810d4d53ca7a0afca31134181f7025a67 (diff)
Fixed log rotation and log2ram sizing.
Diffstat (limited to 'ergo/templates/config.yaml.j2')
-rw-r--r--ergo/templates/config.yaml.j26
1 files changed, 3 insertions, 3 deletions
diff --git a/ergo/templates/config.yaml.j2 b/ergo/templates/config.yaml.j2
index a0c3249..c2e22a8 100644
--- a/ergo/templates/config.yaml.j2
+++ b/ergo/templates/config.yaml.j2
@@ -58,7 +58,7 @@ server:
# proxy: false
# Example of a Unix domain socket for proxying:
- "/var/ergo/socket":
+ "{{ergo_run_dir}}/socket":
# Example of a Tor listener: any connection that comes in on this listener will
# be considered a Tor connection. It is strongly recommended that this listener
@@ -288,7 +288,7 @@ server:
# ergo will write files to disk under certain circumstances, e.g.,
# CPU profiling or data export. by default, these files will be written
# to the working directory. set this to customize:
- output-path: "/var/ergo"
+ output-path: "{{ergo_run_dir}}"
# account options
accounts:
@@ -685,7 +685,7 @@ debug:
# datastore configuration
datastore:
# path to the datastore
- path: "/var/ergo/ergo.db"
+ path: "{{ergo_data_dir}}/ergo.db"
# if the database schema requires an upgrade, `autoupgrade` will attempt to
# perform it automatically on startup. the database will be backed