feat: keep up with technical recommandations
This commit is contained in:
1
misc/compose/pgadmin/pgpass
Normal file
1
misc/compose/pgadmin/pgpass
Normal file
@ -0,0 +1 @@
|
||||
postgres:5432:lasql:lasql:lasql
|
14
misc/compose/pgadmin/server.json
Normal file
14
misc/compose/pgadmin/server.json
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"Servers": {
|
||||
"1": {
|
||||
"Name": "postgres",
|
||||
"Group": "Servers",
|
||||
"Host": "postgres",
|
||||
"Port": 5432,
|
||||
"MaintenanceDB": "postgres",
|
||||
"Username": "lasql",
|
||||
"PassFile": "/pgpass",
|
||||
"SSLMode": "prefer"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user