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