summaryrefslogtreecommitdiff
path: root/resources/experiments/config.json
blob: 4dbf1e91d535f2e34cf2622ad3e192836e1f5121 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "name": "configuration file",
  "port": "8080",
  "backlog": 20,
  "address": "127.0.0.1",
  "postgresql" : "5432",
  "username" : "matt",
  "password" : "admin",
  "database" : "opendc"
}