httpPort=flag.Int("http_port",LookupEnvOrInt("HTTP_PORT",80),"HTTP port to serve on (defaults to 80)")
logLevel=flag.String("loglevel",LookupEnvOrString("LOGLEVEL","debug"),"log level (debug, info, warning, error) (defaults to debug)")
cozyDomain=flag.String("cozy_domain",LookupEnvOrString("COZY_DOMAIN","cozy.wf.alpha.grandlyon.com"),"Cozy domain (defaults to cozy.wf.alpha.grandlyon.com)")
cozyDomain=flag.String("cozy_domain",LookupEnvOrString("COZY_DOMAIN","cozy.self-data.alpha.grandlyon.com"),"Cozy domain (defaults to cozy.self-data.alpha.grandlyon.com)")
cozyRedirectURI=flag.String("cozy_redirect_uri",LookupEnvOrString("COZY_REDIRECT_URI","/accounts/enedisgrandlyon/redirect"),"Cozy redirect URI (defaults to /accounts/enedisgrandlyon/redirect)")
cozyGrdfRedirectURI=flag.String("cozy_grdf_redirect_uri",LookupEnvOrString("COZY_GRDF_REDIRECT_URI","/accounts/grdfgrandlyon/redirect"),"Cozy redirect URI (defaults to /accounts/grdfgrandlyon/redirect)")
cozyProxyURI=flag.String("cozy_proxy_uri",LookupEnvOrString("COZY_PROXY_URI","https://oauth-proxy.wf.alpha.grandlyon.com"),"Cozy domain (defaults to https://oauth-proxy.wf.alpha.grandlyon.com)")
cozyProxyURI=flag.String("cozy_proxy_uri",LookupEnvOrString("COZY_PROXY_URI","https://oauth-proxy.self-data.alpha.grandlyon.com"),"Cozy domain (defaults to https://oauth-proxy.self-data.alpha.grandlyon.com)")