Skip to content

Commit

Permalink
remove credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroFnseca committed Jun 19, 2024
1 parent 79bcc4f commit 885a8c8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/pg.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
#include <string.h>
#include <libpq-fe.h>

#define database "postgres"
#define user "postgres"
#define password "rest-api-c-123"
#define host "db.lkpuboamwslpkjbywsbi.supabase.co"
#define port "5432"
#define database "*****"
#define user "*****"
#define password "*****"
#define host "***.***.***.***"
#define port "****"

char *executeQueryToJson(const char *query);

Expand Down

0 comments on commit 885a8c8

Please sign in to comment.