summaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
authorLibravatar tsmethurst <tobi.smethurst@klarrio.com>2021-03-18 23:27:43 +0100
committerLibravatar tsmethurst <tobi.smethurst@klarrio.com>2021-03-18 23:27:43 +0100
commit1b118841211da90381dd950cafa13ead78b7f589 (patch)
treefe89341206aa367b022ac778a932537e7f09763f /example
parentalmost there (diff)
downloadgotosocial-1b118841211da90381dd950cafa13ead78b7f589.tar.xz
auth flow working for code
Diffstat (limited to 'example')
-rw-r--r--example/config.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/example/config.yaml b/example/config.yaml
index e4d05c634..b65149d9a 100644
--- a/example/config.yaml
+++ b/example/config.yaml
@@ -60,3 +60,10 @@ db:
# Examples: ["mydb","postgres","gotosocial"]
# Default: "postgres"
database: "postgres"
+
+# Config pertaining to templating of web pages/email notifications and the like
+template:
+ # String. Directory from which gotosocial will attempt to load html templates (.tmpl files).
+ # Examples: ["/some/absolute/path/", "./relative/path/", "../../some/weird/path/"]
+ # Default: "./web/template/"
+ baseDir: "./web/template/"