Files
db-postgres/.app.config
2025-03-16 14:31:27 +01:00

16 lines
263 B
Plaintext

{
"ID": "postgresdb",
"Name": "postgresdb",
"Address": "__IP__",
"Port": 5432,
"Connect": {
"Native": true
},
"Check": {
"TCP": "__IP__:5432",
"Interval": "10s",
"Timeout": "1s",
"Status": "passing",
"DeregisterCriticalServiceAfter": "10s"
}
}