1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gotosocial_ynh.git synced 2024-09-03 19:16:06 +02:00

fix web config paths

This commit is contained in:
OniriCorpe 2022-03-14 01:05:18 +01:00
parent cc4c35b183
commit 379608f49f

View file

@ -151,12 +151,12 @@ db-tls-ca-cert: ""
# 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: "__FINALPATH__/web/template/"
web-template-base-dir: "./web/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: "__FINALPATH__/web/assets/"
web-asset-base-dir: "./web/assets/"
###########################
##### ACCOUNTS CONFIG #####