Skip to content

Commit 18731b0

Browse files
committed
Add how to save the OpenFaaS URL
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 51580bf commit 18731b0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

lab1b.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,4 +301,14 @@ echo -n $PASSWORD | faas-cli login --username admin --password-stdin
301301
faas-cli list
302302
```
303303

304+
### Permanently save your OpenFaaS URL
305+
306+
Edit `~/.bashrc` or `~/.bash_profile` - create the file if it doesn't exist.
307+
308+
Now add the following - changing the URL as per the one you saw above.
309+
310+
```
311+
-export OPENFAAS_URL="" # populate as above
312+
```
313+
304314
Now move onto [Lab 2](lab2.md)

0 commit comments

Comments
 (0)