From 0faf41faab92c22a061b538dc00d42b7f4d20a28 Mon Sep 17 00:00:00 2001 From: Sahil Potdukhe <72201019+sahilpotdukhe@users.noreply.github.com> Date: Fri, 16 Feb 2024 22:58:02 +0530 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..902c4a9 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", "3a5f9bfe0efa423e9eaf5447565e0f7b") + os.Setenv("APP_CERTIFICATE", "36ac518967254613bcf6187193be212b") // loads values from .env into the system if err := godotenv.Load(); err != nil { log.Print("No .env file found")