docker ready

This commit is contained in:
Peder Vatn Austad
2024-12-29 14:06:47 +01:00
parent 23a29be059
commit 10b50a9f66
3 changed files with 4 additions and 5 deletions

11
config/conf.json Normal file
View File

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