Skip to content

Commit 71ca54c

Browse files
authored
Update 07-betydb-sql-access.Rmd
1 parent 121e3c7 commit 71ca54c

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

traits/07-betydb-sql-access.Rmd

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,6 @@ Lets connect to the terraref instance of betydb. Until now we have been accessin
1414

1515
This connection is only available on the local *ncsa.illinois.edu network, and can be accessed through the NDS Labs workbench.
1616

17-
```
18-
Host: bety.terraref
19-
Port: 5432
20-
User: bety
21-
Password: bety
22-
DB: bety
23-
```
24-
2517
```
2618
Host: bety6.ncsa.illinois.edu
2719
Port: 5432
@@ -55,4 +47,4 @@ dbcon <- dbConnect(RPostgreSQL::PostgreSQL(),
5547

5648

5749
> #```{sql connection = dbcon, eval=FALSE, }
58-
> #```
50+
> #```

0 commit comments

Comments
 (0)