Hash :
a1851d56
Author :
Date :
2016-05-24T16:12:43
use Mix.Config
config :logger,
backends: [:console],
compile_time_purge_level: :debug
config :ex_ovh,
ovh: [
application_key: System.get_env("EX_OVH_APPLICATION_KEY"),
application_secret: System.get_env("EX_OVH_APPLICATION_SECRET"),
consumer_key: System.get_env("EX_OVH_CONSUMER_KEY"),
endpoint: "ovh-eu",
api_version: "1.0"
],
httpoison: [
connect_timeout: 20000,
receive_timeout: 180000
]