From b9da11f1b0514e832e9eff22a0b79827374d3db1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Dan?= Date: Tue, 7 Nov 2023 17:32:01 +0100 Subject: [PATCH] chore: update README --- README.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/README.md b/README.md index 9bfed0c..efc9b67 100644 --- a/README.md +++ b/README.md @@ -33,17 +33,6 @@ The Executor Service requires a local environment to be set up. Create an `.env` at the root of the project, with the content of `.env.example`, and fill the revelant env var values. -``` -AUTH0_AUDIENCE= -AUTH0_ISSUER_URL= -REDIS_HOST= -REDIS_PORT= -TOPOS_SUBNET_ENDPOINT_WS= -SUBNET_REGISTRATOR_CONTRACT_ADDRESS= -TOPOS_CORE_PROXY_CONTRACT_ADDRESS= -ERC20_MESSAGING_CONTRACT_ADDRESS= -``` - ### Authentication (Auth0) The Executor Service leverages [Auth0](https://auth0.com/) for machine-to-machine authentication and authorization. We use Auth0's machine-to-machine service as we are not authenticating/authorizing users but applications (e.g., dApp frontends) that will use the Executor Service as a call delegation for their users' cross-subnet messages.