Projects/psql-admtools
Projects
/
psql-admtools
Archived
13
0
Fork 0
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.
psql-admtools/psqluseradm/psql.config.h

5 lines
122 B
C

#define PSQL_HOST "postgres"
#define PSQL_USER "postgres"
#define PSQL_DBNAME "postgres"
#define PSQL_PASSWORD "somepass"