File size: 543 Bytes
99a42ac
faf186d
d56da0a
c1117a1
 
 
faf186d
c1117a1
faceb45
faf186d
 
97414b7
d721b99
 
 
 
 
 
 
97414b7
 
 
 
 
99a42ac
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
  "$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
  }
}