17 lines
360 B
JSON
17 lines
360 B
JSON
{
|
|
"$schema": "https://www.getbifrost.ai/schema",
|
|
"logs_store": {
|
|
"enabled": true,
|
|
"type": "sqlite",
|
|
"config": {
|
|
"path": "../../examples/configs/withobjectstoragegcs/logs.db"
|
|
},
|
|
"object_storage": {
|
|
"type": "gcs",
|
|
"bucket": "env.GCS_BUCKET",
|
|
"credentials": "env.GCS_KEY",
|
|
"prefix":"bifrost/logs"
|
|
}
|
|
}
|
|
}
|