* chore: add proper .gitattributes * chore: normalize file endings * chore: fix .gitattributes * chore: normalize file endings (2)
23 lines
619 B
JSON
23 lines
619 B
JSON
{
|
|
"Servers": {
|
|
"1": {
|
|
"Name": "Local Dev",
|
|
"Group": "Servers",
|
|
"Host": "db",
|
|
"Port": 5432,
|
|
"MaintenanceDB": "postgres",
|
|
"Username": "django",
|
|
"UseSSHTunnel": 0,
|
|
"TunnelPort": "22",
|
|
"TunnelAuthentication": 0,
|
|
"KerberosAuthentication": false,
|
|
"ConnectionParameters": {
|
|
"sslmode": "prefer",
|
|
"connect_timeout": 10,
|
|
"sslcert": "<STORAGE_DIR>/.postgresql/postgresql.crt",
|
|
"sslkey": "<STORAGE_DIR>/.postgresql/postgresql.key"
|
|
}
|
|
}
|
|
}
|
|
}
|