Skip to content

Commit

Permalink
add a note to tell user about env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammadn committed Oct 15, 2024
1 parent e6a01ba commit 4566567
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ version = "0.0.1-SNAPSHOT"

3. In your springboot project, add `application-local.yml` in `build/resources`

**NOTE: Ensure there is no FIRETAIL_URL and FIRETAIL_API_KEY variable in your environment,**
**else this will override your yaml file configuration**

```yaml
firetail:
apikey: "PS-02....441b09761c3"
Expand Down

0 comments on commit 4566567

Please sign in to comment.