assistant-center/app.config.json5.example
2025-03-07 22:46:59 +08:00

13 lines
191 B
Plaintext

{
port: 3000,
postgres: {
username: 'postgres',
host: 'localhost',
database: 'postgres',
password: 'postgres',
port: 5432,
},
tableName: {
table: 'name',
}
}