first commit
This commit is contained in:
18
examples/configs/withobjectstorages3/config.json
Normal file
18
examples/configs/withobjectstorages3/config.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"$schema": "https://www.getbifrost.ai/schema",
|
||||
"logs_store": {
|
||||
"enabled": true,
|
||||
"type": "sqlite",
|
||||
"config": {
|
||||
"path": "../../examples/configs/withobjectstorage/logs.db"
|
||||
},
|
||||
"object_storage": {
|
||||
"type": "s3",
|
||||
"bucket": "env.AWS_S3_BUCKET",
|
||||
"region": "env.AWS_REGION",
|
||||
"access_key_id": "env.AWS_ACCESS_KEY_ID",
|
||||
"secret_access_key": "env.AWS_SECRET_ACCESS_KEY",
|
||||
"prefix": "logs"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user