17 lines
399 B
JSON
17 lines
399 B
JSON
{
|
|
"$schema": "https://www.getbifrost.ai/schema",
|
|
"config_store": {
|
|
"enabled": true,
|
|
"type": "sqlite",
|
|
"config": {
|
|
"path": "../.github/workflows/configs/withconfigstorelogsstoresqlite/config.db"
|
|
}
|
|
},
|
|
"logs_store": {
|
|
"enabled": true,
|
|
"type": "sqlite",
|
|
"config": {
|
|
"path": "../.github/workflows/configs/withconfigstorelogsstoresqlite/logs.db"
|
|
}
|
|
}
|
|
} |