Skip to content

Commit

Permalink
Update SCC host configuration to use environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ngetahun committed Nov 29, 2024
1 parent bef95d6 commit 608defa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/rmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ database_test:
database: rmt_test

scc:
host: <%= ENV.fetch('SCC_HOST'){ 'https://scc.suse.com/connect' }
host: <%= ENV.fetch('SCC_HOST'){ 'https://scc.suse.com/connect' } %>
username: <%= ENV['SCC_USERNAME'] %>
password: <%= ENV['SCC_PASSWORD'] %>
sync_systems: true
Expand Down

0 comments on commit 608defa

Please sign in to comment.