You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The server automatically discovers and loads all `.yaml` files in this directory on startup. The filename (without extension) is used as the client ID.
34
+
35
+
## Security Note
36
+
37
+
Client configuration files contain secret keys and are excluded from version control via `.gitignore`. Keep these files secure and never commit them to the repository.
38
+
39
+
## Example Configuration
40
+
41
+
See `example-client.yaml` for a template configuration file.
0 commit comments