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