server: Allow custom path to front-end assets

This commit is contained in:
tyami94
2025-01-28 13:37:12 -05:00
committed by GitHub
parent 722464daf4
commit f46e5375df
3 changed files with 41 additions and 12 deletions
+3
View File
@@ -33,6 +33,9 @@
## The public URL of the server, for password reset links.
#http_url = "http://localhost"
## The path to the front-end assets (relative to the working directory).
#assets_path = "./app"
## Random secret for JWT signature.
## This secret should be random, and should be shared with application
## servers that need to consume the JWTs.