Packages

Library for manipulating and validating IBAN account numbers.

Current section

Files

Jump to
pass_test config config.exs
Raw

config/config.exs

# This file is responsible for configuring your application
# and its dependencies with the aid of the Mix.Config module.
use Mix.Config
config :airbrakex,
project_key: System.get_env("AIRBRAKE_API_KEY"),
project_id: System.get_env("AIRBRAKE_PROJECT_ID")