Skip to content

Commit 84d1ebd

Browse files
committed
addressing @wasade comment
1 parent 6525487 commit 84d1ebd

File tree

2 files changed

+429
-2
lines changed

2 files changed

+429
-2
lines changed

INSTALL.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,10 +173,11 @@ Next, make a test environment:
173173
qiita-env make --no-load-ontologies
174174
```
175175

176-
Finally, redbiom relies on the REDBIOM_HOST environment variable to set the URL to query. By default is set to http://127.0.0.1:7379, which is the webdis default. For example you could:
176+
Finally, redbiom relies on the REDBIOM_HOST environment variable to set the URL to query. By default is set to Qiita redbiom public repository. To change it you could do:
177+
177178

178179
```bash
179-
export REDBIOM_HOST=http://my_host.com:7329
180+
export REDBIOM_HOST=http://my_host.com:7379
180181
```
181182

182183
## Start Qiita

0 commit comments

Comments
 (0)