Files
khadhroony-bot3/config/exemples/example.store.config.json
2026-08-11 22:22:40 +02:00

19 lines
390 B
JSON

{
"default_profile": "local_devnet",
"profiles": [
{
"name": "local_devnet",
"database": {
"enabled": true,
"backend": "postgres",
"backend_options": {
"url": "${KS_SECRET_POSTGRES_DEVNET_URL}",
"max_connections": 8,
"connect_timeout_ms": 5000,
"auto_initialize_schema": true
}
}
}
]
}