Skip to content

Commit

Permalink
Update direnv example to allow divviup CLI to work during local dev
Browse files Browse the repository at this point in the history
  • Loading branch information
inahga committed Sep 13, 2023
1 parent 3be9609 commit 577379d
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .envrc.example
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# optional
export RUST_LOG=info
export HOST=localhost
export PORT=8080

# mandatory
export AUTH_URL=https://something.us.auth0.com
export AUTH_CLIENT_ID=...
Expand All @@ -18,3 +13,9 @@ export POSTMARK_TOKEN=looks-like-a-uuid
export [email protected]
export AGGREGATOR_API_URL=https://aggregator.divviup.test
export AGGREGATOR_DAP_URL=https://aggregator.divviup.test

# optional
export RUST_LOG=info
export HOST=localhost
export PORT=8080
export DIVVIUP_API_URL=$API_URL

0 comments on commit 577379d

Please sign in to comment.