diff --git a/.env.dist b/.env.dist index d9d7308..7a11869 100644 --- a/.env.dist +++ b/.env.dist @@ -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:// \ No newline at end of file