# 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")