diff options
| author | mjkwiatkowski <mati.rewa@gmail.com> | 2026-02-15 18:26:59 +0100 |
|---|---|---|
| committer | mjkwiatkowski <mati.rewa@gmail.com> | 2026-02-15 18:26:59 +0100 |
| commit | 86d35fcec83057e346e4982b5a6908f25342a392 (patch) | |
| tree | 2a9cbd42582fc87b81e7414a78b43ead51c623aa /resources/experiments/config.json | |
| parent | 213130fdca719d9dc7f29fe7c11acde40e4f964e (diff) | |
Diffstat (limited to 'resources/experiments/config.json')
| -rw-r--r-- | resources/experiments/config.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/experiments/config.json b/resources/experiments/config.json index af2b553f..4dbf1e91 100644 --- a/resources/experiments/config.json +++ b/resources/experiments/config.json @@ -3,8 +3,8 @@ "port": "8080", "backlog": 20, "address": "127.0.0.1", - "database" : "5432", + "postgresql" : "5432", "username" : "matt", "password" : "admin", - "schema" : "opendc" + "database" : "opendc" } |
