From 055daf56775e4b1fc26e15706fd2e241e2d64425 Mon Sep 17 00:00:00 2001 From: Dalia <111240801+dscervantes@users.noreply.github.com> Date: Mon, 22 Jul 2024 07:58:33 -0500 Subject: [PATCH] Update config.go --- config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.go b/config/config.go index 3cc9f597..d8dad917 100644 --- a/config/config.go +++ b/config/config.go @@ -100,7 +100,7 @@ func Get() *ExportConfig { options.SetDefault("OPEN_API_PRIVATE_PATH", "./static/spec/private.json") options.SetDefault("PSKS", strings.Split(os.Getenv("EXPORTS_PSKS"), ",")) options.SetDefault("EXPORT_EXPIRY_DAYS", 7) - options.SetDefault("EXPORT_ENABLE_APPS","{\"exampleApp\":[\"exampleResource\", \"anotherExampleResource\"]}") + options.SetDefault("EXPORT_ENABLE_APPS","{\"eurn:redhat:application:inventory\":[\"urn:redhat:application:inventory:export:systems\"]}") // DB defaults options.SetDefault("PGSQL_USER", "postgres")