Add codesandbox. Create servers.json and tasks.json

This commit is contained in:
Display name
2023-07-05 08:58:48 +00:00
parent 3f84a731b2
commit 861fbf5502
2 changed files with 117 additions and 0 deletions

13
.codesandbox/servers.json Normal file
View 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"
}
}
}