- CLI user config
- Plugin settings
The CLI user config is a JSON file stored on your machine. It sets the default behavior for every Azul daemon session. To open the file in your default editor, run:To print the file path without opening it:
Config fields
port in the CLI config must match the WebSocket URL port set in the Studio plugin. If they differ, the plugin will not be able to connect.Per-place daemon config
For team workflows, you can store daemon overrides directly inside a place so every collaborator automatically gets project-specific behavior when they connect. Create a ModuleScript atServerStorage.Azul.Config that returns a configuration table. Fields set here override the corresponding CLI user config values for the duration of that session.
pushMappings so your team can run azul push without passing source and destination arguments manually. See Advanced Usage for the full list of supported fields and additional push mapping examples.