librapi/.env.example
2025-01-07 10:51:54 +01:00

14 lines
334 B
Plaintext

API_ADMIN_USERNAME=
API_ADMIN_PASSWORD=
API_SESSION_EXPIRATION_DURATION= # in seconds (default to 30s)
API_PORT= # defaul to 8585
API_SECURE= # default to "false"
API_STORE_DIR= # default to "./store"
# use a master key if you run on production
# MEILI_MASTER_KEY=
BASEURL_MEILISEARCH=http://meilisearch:7700
MEILI_ENV=development