librapi/.env.example
2025-01-08 11:41:07 +01:00

15 lines
302 B
Plaintext

# default to admin (must be set on production !)
API_ADMIN_USERNAME=
# default to admin (must be set on production !)
API_ADMIN_PASSWORD=
# in seconds (default to 30s)
API_SESSION_EXPIRATION_DURATION=
# default to 8585
API_PORT=
# default to "false"
API_SECURE=
# default to "./store"
API_STORE_DIR=