13 lines
191 B
Plaintext
13 lines
191 B
Plaintext
{
|
|
port: 3000,
|
|
postgres: {
|
|
username: 'postgres',
|
|
host: 'localhost',
|
|
database: 'postgres',
|
|
password: 'postgres',
|
|
port: 5432,
|
|
},
|
|
tableName: {
|
|
table: 'name',
|
|
}
|
|
} |