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