first commit
This commit is contained in:
18
examples/configs/encryptionmigration/config.json
Normal file
18
examples/configs/encryptionmigration/config.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"$schema": "https://www.getbifrost.ai/schema",
|
||||
"encryption_key": "<REPLACE_WITH_BASE64_KEY>",
|
||||
"config_store": {
|
||||
"enabled": true,
|
||||
"type": "sqlite",
|
||||
"config": {
|
||||
"path": "../../examples/configs/encryptionmigration/config.db"
|
||||
}
|
||||
},
|
||||
"logs_store": {
|
||||
"enabled": true,
|
||||
"type": "sqlite",
|
||||
"config": {
|
||||
"path": "../../examples/configs/encryptionmigration/logs.db"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user