| { | |
| "$schema": "https://www.getbifrost.ai/schema", | |
| "config_store": { | |
| "enabled": true, | |
| "type": "sqlite", | |
| "config": { | |
| "path": "/data/bifrost-v2.db" | |
| } | |
| }, | |
| "client": { | |
| "enforce_governance_header": true | |
| }, | |
| "logs_store": { | |
| "enabled": true, | |
| "type": "sqlite", | |
| "config": { | |
| "path": "/data/bifrost-logs.db" | |
| } | |
| }, | |
| "auth_config": { | |
| "is_enabled": true, | |
| "admin_username": "env.BIFROST_ADMIN_USER", | |
| "admin_password": "env.BIFROST_ADMIN_PASS", | |
| "disable_auth_on_inference": true | |
| } | |
| } | |