Files
ti1/config/conf.json
2024-05-24 22:50:31 +02:00

11 lines
215 B
JSON

{
"database": {
"host": "localhost",
"port": "5432",
"user": "postgres",
"password": "postgres",
"dbname": "ti1",
"sslmode": "disable"
},
"temp": "value"
}