Skip to content

Commit

Permalink
Last fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
siriusfreak committed Jan 25, 2024
1 parent 079a01a commit 22a5e33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ services:
image: mongo
restart: always
user: "${UID}:${GID}"
ports:
- 27017:27017
volumes:
- ./data-node:/data/db
command: mongod --noauth
Expand Down
5 changes: 2 additions & 3 deletions docs/install/configuration/dotenv.md
Original file line number Diff line number Diff line change
Expand Up @@ -744,10 +744,9 @@ OPENID_ISSUER=
OPENID_SESSION_SECRET=
OPENID_SCOPE="openid profile email"
OPENID_CALLBACK_URL=/oauth/openid/callback
OPENID_REQUIRED_ROLE=

OPENID_BUTTON_LABEL=
OPENID_IMAGE_URL=
OPENID_REQUIRED_ROLE=
OPENID_REQUIRED_ROLE_PARAMETER_PATH=
```

### Email Password Reset
Expand Down

0 comments on commit 22a5e33

Please sign in to comment.