dvbooking-cli/dvbooking-cli.json
Roland Schneider e352f161bc initial commit
2025-11-18 18:06:54 +01:00

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"
}
}