summaryrefslogtreecommitdiff
path: root/example/config.yaml
diff options
context:
space:
mode:
authorLibravatar Tobi Smethurst <31960611+tsmethurst@users.noreply.github.com>2021-03-20 19:08:40 +0100
committerLibravatar GitHub <noreply@github.com>2021-03-20 19:08:40 +0100
commit995e61bb07f57b862e7c6e687e6215ca6d445061 (patch)
tree9d6934e84d7331f425e2b7da30410e8f70030750 /example/config.yaml
parentCreate FUNDING.yml (diff)
parentGo mod tidy (diff)
downloadgotosocial-995e61bb07f57b862e7c6e687e6215ca6d445061.tar.xz
Merge pull request #6 from gotosocial/fun_with_oauth2
oauth2
Diffstat (limited to 'example/config.yaml')
-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/"