Files
cachet-monitor/cachet/cachet.go
Matej Kramny 42237e9c86 Load config from disk|url, create incidents
- Resolve incidents after the monitor is up
- Example configuration
- Updated readme
2015-03-18 22:58:45 +01:00

6 lines
106 B
Go

package cachet
import "os"
var ApiUrl = os.Getenv("CACHET_API")
var ApiToken = os.Getenv("CACHET_TOKEN")