This repository has been archived on 2024-07-04. You can view files and clone it, but cannot push or open issues or pull requests.
|
#define PSQL_HOST "129.241.210.168" /* india, avoid ipv6 thingy */
|
|
#define PSQL_USER "pgsql"
|
|
#define PSQL_DBNAME "psqladm"
|
|
#define PSQL_PASSWORD "somepass"
|