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 )