generated from tailored/router-db-template
Initial commit
This commit is contained in:
13
app.config.json5.example
Normal file
13
app.config.json5.example
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
port: 3000,
|
||||
postgres: {
|
||||
username: 'postgres',
|
||||
host: 'localhost',
|
||||
database: 'postgres',
|
||||
password: 'postgres',
|
||||
port: 5432,
|
||||
},
|
||||
tableName: {
|
||||
table: 'name',
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user