Skip to content

Commit 518a4e4

Browse files
committed
wip: use proper field for rhsm server hostname
1 parent 81d7e26 commit 518a4e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@ $ cat > registrations.json <<EOF
143143
"subscription": {
144144
"activation_key": "replace-with_activation_key",
145145
"organization": "replace-with_org",
146-
"server_url": "replace-with_server_url",
147-
"base_url": "replace_with-base_url",
146+
"server_hostname": "subscription.rhsm.redhat.com",
147+
"base_url": "https://cdn.redhat.com",
148148
"insights": true,
149149
"rhc": true,
150150
"proxy": "replace-with_proxy"

0 commit comments

Comments
 (0)