in-the-database-2/config/config.example.json

6 lines
128 B
JSON

{
"name": "in-the-database-2",
"port": 8080,
"dbconnectionURL": "mongodb://localhost:27017",
"dbname": "in-the-database-2"
}