Fixed no root path for templates and static assets (#12)
This commit is contained in:
parent
c51ca4dd26
commit
4f8a0f8739
5 changed files with 14 additions and 2 deletions
|
|
@ -31,6 +31,8 @@ service:
|
|||
interface: ":3456"
|
||||
# The URL of the frontend, used to send password reset emails.
|
||||
frontendurl: ""
|
||||
# The base path on the file system where the binary and assets are
|
||||
rootpath: <the path of the executable>
|
||||
|
||||
database:
|
||||
# Database type to use. Supported types are mysql and sqlite.
|
||||
|
|
|
|||
Reference in a new issue