Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
romain-jeannoutot committed Aug 22, 2022
1 parent 4c882cc commit 626d3b0
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,23 @@ if !ok {
}
```

## Env vars

Some environment vars are required to use `visiauth`.
Only vars of imported subpackages must be set.

### Redis

- VISIAUTH_REDIS_ADDR
- VISIAUTH_REDIS_USER
- VISIAUTH_REDIS_PASSWORD

### Auth0

- VISIAUTH_AUTH0_DOMAIN

### Neo4j

- VISIAUTH_NEO4J_USER
- VISIAUTH_NEO4J_URI
- VISIAUTH_NEO4J_PASSWORD

0 comments on commit 626d3b0

Please sign in to comment.