Skip to content Skip to main navigation Skip to footer

Understand SPE configuration

Authentication

This section is important for developers. If sessions are switched on and multiple REST clients connect to a single SPE then the X-Session must be shared between the REST clients; the session token must be shared and managed outside of SPE.
If you are experiencing troubles during evaluation, set this directive to false and try Basic authentication as described here: https://download.phonexia.com/docs/spe/#Authentication. More advanced configuration and large scale deployment should be discussed within Phonexia Academy trainings or consultation.

# Authentication mode
# Set true for authentication with sessions
# Set false for basic authentication
server.enable_authentication_token = true

Keep the Resource locker in the default configuration 🙂

# Resource locker
# If enabled every resources (file, speaker model, keyword list etc.) are exclusively locked for modifications during processing.
# This ensures that resource cannot be modified when it is used for processing
server.enable_resource_locker = true

Related Articles