diff options
| author | 2021-03-20 19:08:40 +0100 | |
|---|---|---|
| committer | 2021-03-20 19:08:40 +0100 | |
| commit | 995e61bb07f57b862e7c6e687e6215ca6d445061 (patch) | |
| tree | 9d6934e84d7331f425e2b7da30410e8f70030750 /example/config.yaml | |
| parent | Create FUNDING.yml (diff) | |
| parent | Go mod tidy (diff) | |
| download | gotosocial-995e61bb07f57b862e7c6e687e6215ca6d445061.tar.xz | |
Merge pull request #6 from gotosocial/fun_with_oauth2
oauth2
Diffstat (limited to 'example/config.yaml')
| -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/" |
