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:
1
DEBUG=1 soketi start
Copied!
Or, when using an .env file:
1
# Within your .env file
2
SOKETI_DEBUG=1
Copied!
1
soketi start
Copied!
Many soketi features can be controlled using environment variables, and each of these variables are discussed in the relevant sections of this documentation.