Skip to content

Commit

Permalink
CHG update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
synoet committed Nov 5, 2023
1 parent 07cc4fc commit 813b3a4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Expand Up @@ -56,6 +56,15 @@ You can explicitly define environment variables in two ways:
[[directory]]
path = "/Users/synoet/dev/project"
vars = {"IS_DEBUG" = "true", "IS_PROD" = "false"}

# or

[[directory]]
path = "/Users/synoet/dev/project"
vars = [
{name="IS_DEBUG", value ="true"},
{name="IS_PROD", value="false"}
]
```
`path`: the path to your directory you are configuring

Expand Down

0 comments on commit 813b3a4

Please sign in to comment.