feat: add demo for mark and user org model
This commit is contained in:
@@ -1,3 +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