- Move ci-test.sh and setup.sh to scripts/ - Trim docs/src/zig-cli.md to current structure - Replace hardcoded secrets with placeholders in configs - Update .gitignore to block .env*, secrets/, keys, build artifacts - Slim README.md to reflect current CLI/TUI split - Add cleanup trap to ci-test.sh - Ensure no secrets are committed
26 lines
424 B
YAML
26 lines
424 B
YAML
auth:
|
|
enabled: true
|
|
api_keys:
|
|
dev_user:
|
|
hash: "replace-with-sha256-of-your-api-key"
|
|
admin: true
|
|
roles:
|
|
- admin
|
|
permissions:
|
|
'*': true
|
|
|
|
server:
|
|
address: ":9101"
|
|
tls:
|
|
enabled: false
|
|
|
|
security:
|
|
rate_limit:
|
|
enabled: false
|
|
|
|
redis:
|
|
url: "redis://redis:6379"
|
|
|
|
logging:
|
|
level: info
|
|
console: true
|