docs: Added documentation for the new COYOTE_CACHE_DIR variable
+2
-1
@@ -59,8 +59,9 @@ The following environment variables are available for clients in Coyote:
|
||||
You can also customize the files and directories that Coyote loads its configuration files from:
|
||||
|
||||
| Environment Variable | Description | Default Value |
|
||||
|------------------------|------------------------------------------------------------------------|-----------------------------------|
|
||||
|------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------|
|
||||
| `COYOTE_CONFIG_DIR` | Customize the location of the Coyote configuration directory. | `<user-config-dir>/coyote` |
|
||||
| `COYOTE_CACHE_DIR` | Customize the location of the Coyote cache directory. Used for the log file, OAuth tokens, the embedded sbx kit cache, and the embedded sbx vault-provider mixin cache. | `<user-cache-dir>/coyote` |
|
||||
| `COYOTE_ENV_FILE` | Customize the location of the `.env` file to load at startup. | `<coyote-config-dir>/.env` |
|
||||
| `COYOTE_CONFIG_FILE` | Customize the location of the global `config.yaml` configuration file. | `<coyote-config-dir>/config.yaml` |
|
||||
| `COYOTE_ROLES_DIR` | Customize the location of the `roles` directory. | `<coyote-config-dir>/roles` |
|
||||
|
||||
Reference in New Issue
Block a user