feat: add api prefix option
This commit is contained in:
parent
899f743ed6
commit
b40ed5ce49
9 changed files with 27 additions and 22 deletions
|
@ -81,3 +81,6 @@ LIGHTWEIGHT_DB_PORT=
|
|||
LIGHTWEIGHT_DB_USER=
|
||||
LIGHTWEIGHT_DB_PASSWORD=
|
||||
LIGHTWEIGHT_DB_DATABASE=
|
||||
|
||||
# If you want to add a prefix to API paths, such as /api, you can set that here
|
||||
LIGHTWEIGHT_API_PATH_PREFIX=
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue