Skip to content

Commit

Permalink
fix: env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
mgjules committed May 19, 2022
1 parent bf5e3a7 commit 0b458f6
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .env.dist
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
DECKR_DEBUG=false
DECKR_HTTP=true
DECKR_HTTP_HOST=localhost
DECKR_HTTP_PORT=9000
DECKR_GRPC=true
DECKR_GRPC_HOST=localhost
DECKR_GRPC_PORT=9001
DECKR_SERVER_URI=http://localhost:9090
DECKR_STORAGE_URI=inmemory://

0 comments on commit 0b458f6

Please sign in to comment.