Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save katipogluMustafa/2dbf0e85d854047a22b14f7111cf9285 to your computer and use it in GitHub Desktop.
Save katipogluMustafa/2dbf0e85d854047a22b14f7111cf9285 to your computer and use it in GitHub Desktop.
Android Google Cloud PostgreSQL Connection Configuration
private final String host = "35.44.16.169";
private final String database = "postgres";
private final int port = 5432;
private final String user = "postgres";
private final String pass = "123456";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment