From 5433032330c82f9caeaf2db19d02a8f36cbc9f90 Mon Sep 17 00:00:00 2001 From: Maciej Szlosarczyk Date: Tue, 30 Oct 2018 10:38:49 +0200 Subject: [PATCH] Fix error prone application-example.yml --- config/application-example.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/application-example.yml b/config/application-example.yml index 7baa29740..96e79771c 100644 --- a/config/application-example.yml +++ b/config/application-example.yml @@ -155,6 +155,7 @@ test: # Airbrake // Errbit: airbrake_host: "https://your-errbit-host.ee" -# airbrake_env: "staging", defaults to Rails.env +# airbrake_env defaults to Rails.env, can be left blank. +# airbrake_env: "staging" airbrake_project_id: "1" airbrake_project_key: "api_key"