0.2.3 first actual database querry made :)

This commit is contained in:
Peder Vatn Austad
2024-05-25 21:48:53 +02:00
parent ae9e5ae247
commit 662ca02a7f
4 changed files with 356 additions and 14 deletions

11
config/conf copy.json Normal file
View File

@@ -0,0 +1,11 @@
{
"database": {
"host": "binders.net",
"port": "5432",
"user": "ti1",
"password": "W7zZTAkVeWs54zQGNka2KgZpusEa68CG",
"dbname": "ti1",
"sslmode": "disable"
},
"temp": "value"
}