Files
bifrost/examples/configs/withobjectstoragegcs/config.json
Beyhan Oğur 880f412e2c first commit
2026-04-26 21:52:23 +03:00

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"
}
}
}