💿Configuring the server
Environment variables
You may declare soketi server configuration options using environment variables when invoking the soketi server directly on the CLI, or as key-value attributes in an .env
file that is placed at the location from where the soketi server command is being run:
Or, when using an .env
file:
Many soketi features can be controlled using environment variables, and each of these variables are discussed in the relevant sections of this documentation.
To get started creating your own app credentials, visit the Array Driver app manager.
File configuration
You can define a JSON-formatted file which can contain dot-formatted values for your configuration:
The full list of available options can be found in the Options
interface.
Last updated