Skip to content

Commit

Permalink
Update config.go
Browse files Browse the repository at this point in the history
  • Loading branch information
dscervantes authored Jul 22, 2024
1 parent f765f36 commit 055daf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 055daf5

Please sign in to comment.