mirror of
https://github.com/KeygraphHQ/shannon.git
synced 2026-08-19 01:37:17 +02:00
feat: add git awareness and optional description field to config
This commit is contained in:
@@ -379,6 +379,9 @@ cp configs/example-config.yaml ./my-app-config.yaml
|
||||
##### Basic Configuration Structure
|
||||
|
||||
```yaml
|
||||
# Optional: describe your target environment (max 500 chars)
|
||||
description: "Next.js e-commerce app on PostgreSQL. Local dev environment — .env files contain local-only credentials, not deployed to production."
|
||||
|
||||
authentication:
|
||||
login_type: form
|
||||
login_url: "https://your-app.com/login"
|
||||
|
||||
Reference in New Issue
Block a user