0.2.1 databatage conectage

This commit is contained in:
Peder Vatn Austad
2024-05-24 22:50:31 +02:00
parent 8eeb4a0612
commit be137e0883
7 changed files with 112 additions and 1 deletions

11
config/conf.json Normal file
View File

@@ -0,0 +1,11 @@
{
"database": {
"host": "localhost",
"port": "5432",
"user": "postgres",
"password": "postgres",
"dbname": "ti1",
"sslmode": "disable"
},
"temp": "value"
}