diff --git a/example/config.yaml b/example/config.yaml index ea33e4c..50bc030 100644 --- a/example/config.yaml +++ b/example/config.yaml @@ -329,12 +329,12 @@ cache: # 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/" -web-template-base-dir: "./web/template/" +web-template-base-dir: "/usr/share/webapps/gotosocial/template/" # String. Directory from which gotosocial will attempt to serve static web assets (images, scripts). # Examples: ["/some/absolute/path/", "./relative/path/", "../../some/weird/path/"] # Default: "./web/assets/" -web-asset-base-dir: "./web/assets/" +web-asset-base-dir: "/usr/share/webapps/gotosocial/assets/" ########################### ##### INSTANCE CONFIG #####