19 lines
389 B
JSON
19 lines
389 B
JSON
{
|
|
"server": {
|
|
"path": "../dvbooking/server",
|
|
"entitiesPath": "src/entity/"
|
|
},
|
|
"admin": {
|
|
"path": "../dvbooking/admin",
|
|
"modelsPath": "src/app/models",
|
|
"componentsPath": "src/app/components"
|
|
},
|
|
"database": {
|
|
"host": "localhost",
|
|
"port": 4301,
|
|
"username": "postgres",
|
|
"password": "test",
|
|
"database": "dvbooking",
|
|
"type": "postgres"
|
|
}
|
|
} |