first commit
This commit is contained in:
16
examples/configs/withobjectstoragegcs/config.json
Normal file
16
examples/configs/withobjectstoragegcs/config.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"$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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user