librapi/.env.example
2025-01-07 11:54:27 +01:00

9 lines
301 B
Plaintext

API_ADMIN_USERNAME= # default to admin (must be set on production !)
API_ADMIN_PASSWORD= # default to admin (must be set on production !)
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"