microsoft/hve-core
Publicmirrored from https://github.com/microsoft/hve-coreAvailable
.github/skills/experimental/mural/.env.example
14lines · modecode
| 1 | # Copy to $XDG_CONFIG_HOME/hve-core/mural.default.env (or run `mural auth bootstrap` / |
| 2 | # `mural auth login`) and `chmod 0600` on POSIX. The runtime refuses to load this file |
| 3 | # if the mode includes group/other bits unless MURAL_ENV_FILE_RELAXED=1. |
| 4 | MURAL_CLIENT_ID= |
| 5 | MURAL_CLIENT_SECRET= |
| 6 | |
| 7 | # Optional overrides (leave commented to use built-in defaults): |
| 8 | # MURAL_PROFILE=default |
| 9 | # MURAL_REDIRECT_URI=http://localhost:8765/callback |
| 10 | # MURAL_SCOPES=murals:read murals:write workspaces:read rooms:read tags:read tags:write |
| 11 | |
| 12 | # Credential backend selection (env -> backend -> file lookup): |
| 13 | # MURAL_CREDENTIAL_BACKEND=auto |
| 14 | # Set to `file` to force the file backend for headless / CI use; `keyring` to require an OS keychain. |
| 15 | |