initial import

This commit is contained in:
ycc
2021-10-29 23:37:32 +02:00
parent 99865b0d6c
commit 5e9ad05a9c
29 changed files with 2737 additions and 0 deletions

4
config.json Normal file
View File

@@ -0,0 +1,4 @@
{
"driverdb": "postgres",
"paramsdb": "host=127.0.0.1 port=5432 user=test password=test dbname=test sslmode=disable"
}