packages feed

heyefi-0.1.1.0: src/HEyefi/Constant.hs

module HEyefi.Constant where

port :: Int
port = 59278

configPath :: String
configPath = "/etc/heyefi/heyefi.config"

multipartBodyBoundary :: String
multipartBodyBoundary =
  "---------------------------02468ace13579bdfcafebabef00d"