Giphy v0.1.1 Giphy.Config

Configuration values and helpers for getting configuration values.

Summary

Functions

The current Giphy API key

A light wrapper around Application.get_env/2, providing automatic support for {:system, "VAR"} tuples

Functions

api_key()

The current Giphy API key.

config :giphy, api_key: "..."
config :giphy, api_key: {:system, "GIPHY_API_KEY"}
from_env(otp_app, key, default \\ nil)

A light wrapper around Application.get_env/2, providing automatic support for {:system, "VAR"} tuples.