Compare commits

..

1 Commits

Author SHA1 Message Date
Terekhin Alexandr 313b21f316 App from telebot 4 years ago
  1. 4
      main.go

@ -10,8 +10,8 @@ import (
func main() { func main() {
var ( var (
port = os.Getenv("PORT") port = os.Getenv("PORT")
publicURL = os.Getenv("PUBLIC_URL") // you must add it to your config vars publicURL = os.Getenv("PUBLIC_URL")
token = os.Getenv("TOKEN") // you must add it to your config vars token = os.Getenv("TOKEN")
apiURL = os.Getenv("API_URL") apiURL = os.Getenv("API_URL")
) )

Loading…
Cancel
Save