qiniu v0.4.0 Qiniu
Top module of this package. For configuration at this moment.
Link to this section Summary
Link to this section Functions
Link to this function
config()
Get config data.
Examples
Config in your config.exs
config :qiniu, Qiniu,
access_key: "key",
secret_key: "secret"
You can fetch the config if you want as
Qiniu.config[:access_key]