From 0a6b96cb40d9dd5acca7e366df9cd14fa4eff6a7 Mon Sep 17 00:00:00 2001 From: Harrison Healey Date: Mon, 9 Apr 2018 12:16:11 -0400 Subject: MM-9849 Added tracking of which settings are set through environment variables (#8586) * MM-9849 Added tracking of which settings are set through environment variables * Removed old version of viper * Added forked version of viper * Fixed unit tests * Fixed more unit tests * Removed copy from App.GetEnvironmentConfig --- app/app.go | 1 + 1 file changed, 1 insertion(+) (limited to 'app/app.go') diff --git a/app/app.go b/app/app.go index 27227d271..43f598f79 100644 --- a/app/app.go +++ b/app/app.go @@ -59,6 +59,7 @@ type App struct { Saml einterfaces.SamlInterface config atomic.Value + envConfig map[string]interface{} configFile string configListeners map[string]func(*model.Config, *model.Config) -- cgit v1.2.3-1-g7c22