diff options
author | Guillaume Pasquet <dev@etenil.net> | 2022-02-26 09:47:13 +0000 |
---|---|---|
committer | Guillaume Pasquet <dev@etenil.net> | 2022-02-26 09:47:13 +0000 |
commit | cc2839e870c45d284d45fb835ddc940bec8c4975 (patch) | |
tree | a708f2ffd8c1427edab3dfbeb2ec35bb856eb8c0 /README.md | |
parent | dc818bf94fd85ac4ba261d9ede5ca0196fe50710 (diff) |
Release 0.2.1 with .env sourcing
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -90,13 +90,13 @@ Body does not support variable substitution. ### Variable substitution -Barb can include environment variable values into the requests with the following placeholder format: +Barb can include environment variable values and variables defined in `.env` into the requests with the following placeholder format: ``` {VARIABLE NAME} ``` -Which allows to do the following: +This allows to do the following: ``` $ export BASE_URL="http://127.0.0.1:8000" |