chore: Support multiple term types

This commit is contained in:
Maksim Eltyshev
2026-02-10 22:53:22 +01:00
parent 1d0b3e9af8
commit 0db1a5cf0e
10 changed files with 96 additions and 26 deletions
+3 -6
View File
@@ -31,6 +31,9 @@ services:
# - MAX_UPLOAD_FILE_SIZE=
# - TOKEN_EXPIRES_IN=365 # In days
# - STORAGE_LIMIT=
# - ACTIVE_USERS_LIMIT=
# related: https://github.com/knex/knex/issues/2354
# As knex does not pass query parameters from the connection string,
# we have to use environment variables in order to pass the desired values, e.g.
@@ -51,12 +54,6 @@ services:
# - DEFAULT_ADMIN_NAME=Demo Demo
# - DEFAULT_ADMIN_USERNAME=demo
# - INTERNAL_ACCESS_TOKEN=
# - STORAGE_LIMIT=
# - ACTIVE_USERS_LIMIT=
# - CUSTOMER_PANEL_URL=
# - DEMO_MODE=true
# Set to true to show more detailed authentication error messages.
# It should not be enabled without a rate limiter for security reasons.
# - SHOW_DETAILED_AUTH_ERRORS=false