diff options
| author | mjkwiatkowski <mati.rewa@gmail.com> | 2026-02-15 14:05:11 +0100 |
|---|---|---|
| committer | mjkwiatkowski <mati.rewa@gmail.com> | 2026-02-15 14:05:11 +0100 |
| commit | 213130fdca719d9dc7f29fe7c11acde40e4f964e (patch) | |
| tree | 1867ab74d8e9cd02aa1d714c2dc282462eff06ae /resources/experiments/config.json | |
| parent | 1d06261b38bf6a102d53df708155346b0a76ecb6 (diff) | |
fix: changed the database sqlite -> postgresql
Diffstat (limited to 'resources/experiments/config.json')
| -rw-r--r-- | resources/experiments/config.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/resources/experiments/config.json b/resources/experiments/config.json index a40d3a66..af2b553f 100644 --- a/resources/experiments/config.json +++ b/resources/experiments/config.json @@ -3,5 +3,8 @@ "port": "8080", "backlog": 20, "address": "127.0.0.1", - "databasePath" : "resources/data/database" + "database" : "5432", + "username" : "matt", + "password" : "admin", + "schema" : "opendc" } |
