mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-05 05:34:17 -05:00
16 lines
305 B
JSON
16 lines
305 B
JSON
{
|
|
"Servers": {
|
|
"1": {
|
|
"Name": "Infisical DB",
|
|
"Group": "Servers",
|
|
"Host": "host.docker.internal",
|
|
"Port": 5432,
|
|
"MaintenanceDB": "infisical",
|
|
"Username": "infisical",
|
|
"PassFile": "/pgpass",
|
|
"SSLMode": "disable",
|
|
"SavePassword": true
|
|
}
|
|
}
|
|
}
|