13 lines
236 B
JSON
13 lines
236 B
JSON
{
|
|
"express":{
|
|
"port": 3000,
|
|
"jwtSecret": ""
|
|
},
|
|
"pgsql":{
|
|
"host": "localhost",
|
|
"port": 5432,
|
|
"user": "postgres",
|
|
"password": "<PASSWORD>",
|
|
"database": "postgres"
|
|
}
|
|
} |