mirror of
https://github.com/certd/certd.git
synced 2025-11-25 09:10:11 +08:00
8 lines
137 B
JSON
8 lines
137 B
JSON
{
|
|
"type": "sqlite",
|
|
"database": "./data/db.sqlite",
|
|
"synchronize": false,
|
|
"logging": true,
|
|
"entities": [ "src/**/entity.ts"]
|
|
}
|