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:
parent
cc4c35b183
commit
379608f49f
1 changed files with 2 additions and 2 deletions
|
@ -151,12 +151,12 @@ db-tls-ca-cert: ""
|
||||||
# String. Directory from which gotosocial will attempt to load html templates (.tmpl files).
|
# String. Directory from which gotosocial will attempt to load html templates (.tmpl files).
|
||||||
# Examples: ["/some/absolute/path/", "./relative/path/", "../../some/weird/path/"]
|
# Examples: ["/some/absolute/path/", "./relative/path/", "../../some/weird/path/"]
|
||||||
# Default: "./web/template/"
|
# 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).
|
# String. Directory from which gotosocial will attempt to serve static web assets (images, scripts).
|
||||||
# Examples: ["/some/absolute/path/", "./relative/path/", "../../some/weird/path/"]
|
# Examples: ["/some/absolute/path/", "./relative/path/", "../../some/weird/path/"]
|
||||||
# Default: "./web/assets/"
|
# Default: "./web/assets/"
|
||||||
web-asset-base-dir: "__FINALPATH__/web/assets/"
|
web-asset-base-dir: "./web/assets/"
|
||||||
|
|
||||||
###########################
|
###########################
|
||||||
##### ACCOUNTS CONFIG #####
|
##### ACCOUNTS CONFIG #####
|
||||||
|
|
Loading…
Add table
Reference in a new issue