diff --git a/main.go b/main.go index 0547234..2d7647e 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", "5578ea01c31e49a4a2733853e46f6c8e") + os.Setenv("APP_CERTIFICATE", "05273593bf504d7c85f1e8f6647133dd") // loads values from .env into the system if err := godotenv.Load(); err != nil { log.Print("No .env file found")