initial commit
This commit is contained in:
13
docker/pgadmin4/servers.json
Normal file
13
docker/pgadmin4/servers.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"Servers": {
|
||||
"1": {
|
||||
"Name": "Default",
|
||||
"Group": "Default group",
|
||||
"Port": 5432,
|
||||
"Username": "postgres",
|
||||
"Host": "db",
|
||||
"MaintenanceDB": "postgres",
|
||||
"SSLMode": "prefer"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user