Skip to content

Commit 3115ae2

Browse files
authored
Merge pull request #182 from sej7278/radar-eu-eportal
Added info about connecting to the EU instance.
2 parents f577299 + 32e8dc3 commit 3115ae2

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/radar/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,12 @@ Then on your ePortal server, update /etc/eportal/config with the following:
116116
RADAR_PROXY_ENABLE = True
117117
```
118118

119+
If you are registered to the EU instance instead of the default US one, you should also add the following (remove/comment the line to revert to the US instance):
120+
121+
```text
122+
RADAR_PROXY_BASEURL = 'https://eu.radar.tuxcare.com'
123+
```
124+
119125
Then restart ePortal:
120126

121127
```text
@@ -140,4 +146,4 @@ If you need to manually run a scan instantly for any reason, you can run:
140146
su -s /bin/bash nobody -c "tuxcare-radar --config /etc/tuxcare-radar/radar.yaml"
141147
```
142148

143-
Then visit [https://radar.tuxcare.com](https://radar.tuxcare.com/) to view the results.
149+
Then visit [https://radar.tuxcare.com](https://radar.tuxcare.com/) (US) or [https://eu.radar.tuxcare.com](https://eu.radar.tuxcare.com/) (EU) to view the results.

0 commit comments

Comments
 (0)