Skip to content

Commit

Permalink
#1: Add pgAdimin config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jenetics committed Sep 11, 2019
1 parent ef9c0af commit 54af2bb
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions jpx.jdbc/srv/var/server.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"Servers": {
"1": {
"Name": "gpx",
"Group": "Servers",
"Host": "gpx-db",
"Port": 5432,
"MaintenanceDB": "postgres",
"Username": "gpx_usr",
"SSLMode": "prefer",
"SSLCert": "<STORAGE_DIR>/.postgresql/postgresql.crt",
"SSLKey": "<STORAGE_DIR>/.postgresql/postgresql.key",
"SSLCompression": 0,
"Timeout": 0,
"UseSSHTunnel": 0,
"TunnelPort": "22",
"TunnelAuthentication": 0
}
}
}

0 comments on commit 54af2bb

Please sign in to comment.