diff options
author | 2021-03-18 23:27:43 +0100 | |
---|---|---|
committer | 2021-03-18 23:27:43 +0100 | |
commit | 1b118841211da90381dd950cafa13ead78b7f589 (patch) | |
tree | fe89341206aa367b022ac778a932537e7f09763f /example | |
parent | almost there (diff) | |
download | gotosocial-1b118841211da90381dd950cafa13ead78b7f589.tar.xz |
auth flow working for code
Diffstat (limited to 'example')
-rw-r--r-- | example/config.yaml | 7 |
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/" |