am-i-alive-go

Make it easy for people to check if you are alive or not.
git clone http://git.hanabi.in/repos/am-i-alive-go.git
Log | Files | Refs | README | LICENSE

config.go (304B)


      1 package config
      2 
      3 const (
      4 	Port      = ":3000"
      5 	Auth      = "43421613610ece95364eb358372e43bb49e75e7fc833a3ee91fcf9b1e2cce5134b93a474bd15e046d4e6c46c603ca1ec49dadc82af3c7c82db99521626aa72ea"
      6 	Name      = "johndoe"
      7 	DB        = "path/to/am-i-alive.db"
      8 	Logfile   = "path/to/logging.log"
      9 	ShouldLog = true
     10 )