logLevel=flag.String("loglevel",LookupEnvOrString("LOGLEVEL","debug"),"log level (debug, info, warning, error) (defaults to debug)")
proxyRedirectURI=flag.String("proxy_redirect_uri",LookupEnvOrString("PROXY_REDIRECT_URI","https://oauth-proxy.wf.alpha.grandlyon.com/redirect"),"Proxy redirect URI (defaults to https://oauth-proxy.wf.alpha.grandlyon.com/redirect)")
cozyDomain=flag.String("cozy_domain",LookupEnvOrString("COZY_DOMAIN","cozy.wf.alpha.grandlyon.com"),"Cozy domain (defaults to cozy.wf.alpha.grandlyon.com)")
cozyRedirectURI=flag.String("cozy_redirect_uri",LookupEnvOrString("COZY_REDIRECT_URI",".cozy.wf.alpha.grandlyon.com/accounts/enedis/redirect"),"Cozy redirect URI (defaults to /accounts/enedis/redirect)")
cozyRedirectURI=flag.String("cozy_redirect_uri",LookupEnvOrString("COZY_REDIRECT_URI","/accounts/enedis/redirect"),"Cozy redirect URI (defaults to /accounts/enedis/redirect)")