mirror of
https://github.com/xbgmsharp/postgsail.git
synced 2025-09-17 11:17:46 +00:00
Add codesandbox. Create servers.json and tasks.json
This commit is contained in:
13
.codesandbox/servers.json
Normal file
13
.codesandbox/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