1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-30 13:58:08 +00:00
_/nocodb/servers.json
2023-12-19 23:58:35 +09:00

13 lines
225 B
JSON

{
"Servers": {
"1": {
"Name": "postgres@db",
"Group": "docker",
"Port": 5432,
"Username": "postgres",
"Host": "db",
"SSLMode": "prefer",
"MaintenanceDB": "postgres"
}
}
}