Projects/psql-admtools
Projects
/
psql-admtools
Archived
13
0
Fork 0

Riktig host-, bruker- og databasenavn. Ikke riktig passord.

This commit is contained in:
Øystein Ingmar Skartsæterhagen 2010-05-11 14:04:59 +00:00
parent f6b52a4b4b
commit 92ee5e44e1
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#define PSQL_HOST "129.241.210.168" /* india, avoid ipv6 thingy */ #define PSQL_HOST "postgres"
#define PSQL_USER "pgsql" #define PSQL_USER "postgres"
#define PSQL_DBNAME "psqladm" #define PSQL_DBNAME "postgres"
#define PSQL_PASSWORD "somepass" #define PSQL_PASSWORD "somepass"