Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save katipogluMustafa/0fdcd13984e544329b96e6c4923ead31 to your computer and use it in GitHub Desktop.
Save katipogluMustafa/0fdcd13984e544329b96e6c4923ead31 to your computer and use it in GitHub Desktop.
Android Amazon Cloud PostgreSQL Connection Configuration
private final String host = "ssprojectinstance.csv2nbvvgbcb.us-east-2.rds.amazonaws.com"
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