1
0
mirror of https://github.com/pinpox/gitea-matrix-bot synced 2024-11-22 19:31:58 +01:00

Update main.go

This commit is contained in:
Pablo Ovelleiro Corral 2019-04-13 22:26:14 +02:00 committed by GitHub
parent 44e94e7cd0
commit b7999ee718
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

11
main.go

@ -10,17 +10,6 @@ import (
// import "net/http"
//TODO get this vals from config file
// var (
// flagPort is the open port the application listens on
// flagPort = flag.String("port", "9000", "Port to listen on")
// matrixPass = "oSaiNahqu5ahF5jieBe2UKok"
// matrixUser = "reminder-bot"
// matrixHost = "http://matrix.org"
// postURI = "/post"
// )
var cfg *ini.File
var err error