mirror of
https://github.com/xbgmsharp/postgsail.git
synced 2025-09-17 11:17:46 +00:00
Update pgadmin services with fixed IP and services dependencies
Move .codesandbox/servers.json -> pgadmin_servers.json
This commit is contained in:
13
pgadmin_servers.json
Normal file
13
pgadmin_servers.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"Servers": {
|
||||
"dev": {
|
||||
"Name": "PostgSail dev db",
|
||||
"Group": "Servers",
|
||||
"Port": 5432,
|
||||
"Host": "172.30.0.2",
|
||||
"SSLMode": "prefer",
|
||||
"MaintenanceDB": "postgres",
|
||||
"Username": "postgres"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user