Skip to content

Commit

Permalink
Fix typo in example .env file (#511)
Browse files Browse the repository at this point in the history
  • Loading branch information
tecz committed Jun 23, 2024
1 parent f0ee349 commit 7fcd9e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion services/enterprise/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ AUTH0_ISSUER_BASE_URL= # your auth0 issuer url, i.e.: https://auth.dataherald.co
AUTH0_API_AUDIENCE= # your auth0 API audience, i.e.: https://dataherald.us.auth0.com/api/v2/
# AUTH0_DISABLED creates a mock authentication token type for testing purposes
# you can provide an email as the bearer token, note that the admin console will not be able to authenticate
AUTH0_DISABED=False
AUTH0_DISABLED=False

# The salt is used to hash the API key, use the string from ENCRYPT_KEY or create a different one
API_KEY_SALT=
Expand Down
2 changes: 1 addition & 1 deletion services/enterprise/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ To connect to Auth0 you will need to fill in the following environment variables
AUTH0_DOMAIN=
AUTH0_ISSUER_BASE_URL=
AUTH0_API_AUDIENCE=
AUTH0_DISABED=False
AUTH0_DISABLED=False
```

Please, read the front-end docs about Auth0 [here](../admin-console/README.md#setting-up-an-auth0-application) if you have troubles setting this up.
Expand Down

0 comments on commit 7fcd9e8

Please sign in to comment.