From 885a8c896d247f27ddb52c458d5330ac76fd1723 Mon Sep 17 00:00:00 2001 From: pedrofnseca Date: Tue, 18 Jun 2024 23:32:11 -0300 Subject: [PATCH] remove credentials --- src/pg.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/pg.h b/src/pg.h index a5e218d..9370893 100644 --- a/src/pg.h +++ b/src/pg.h @@ -3,11 +3,11 @@ #include #include -#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);