From 42e8c81cf339c0a458d7c25dd9a3e9d7fe0d600f Mon Sep 17 00:00:00 2001 From: Camp Coding <103887314+CampCoding@users.noreply.github.com> Date: Fri, 18 Aug 2023 21:39:24 +0300 Subject: [PATCH] Update main.go --- main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.go b/main.go index 0547234..41c4ee3 100644 --- a/main.go +++ b/main.go @@ -17,8 +17,8 @@ var appID string var appCertificate string func init() { - os.Setenv("APP_ID", "************ Put Your APP_ID Here ************") - os.Setenv("APP_CERTIFICATE", "************ Put Your APP_ID Here ************") + os.Setenv("APP_ID", "10db205baeff41b18374dd9ea26d41a5") + os.Setenv("APP_CERTIFICATE", "a16690c423f3419d95ef0dddb28321d8") // loads values from .env into the system if err := godotenv.Load(); err != nil { log.Print("No .env file found")