add option to set base path
All checks were successful
delpoy / build-and-deploy (push) Successful in 34s

This commit is contained in:
2023-08-10 16:25:47 +02:00
parent 8badac5d09
commit 793c43adc0
5 changed files with 18 additions and 8 deletions

View File

@ -34,4 +34,5 @@ Configurations can be done with env variables
| `HOST` | Host the server should listen on |
| `PORT` | Port the server should listen on |
| `DATABASE_URI` | URI to the database as a connection string. Supported databases are [sqlite](https://www.sqlite.org/index.html) and [mariadb](https://mariadb.org/) |
| `PUBLIC_BASE_PATH` | If running the website on a sub-path, set this variable to the path so that assets etc. can find the correct location |
| `PUBLIC_START_DATE` | The start date when the event starts |