qiniu v0.4.0 Qiniu

Top module of this package. For configuration at this moment.

Link to this section Summary

Functions

Get config data

Link to this section Functions

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]