Skip to content

Commit

Permalink
Give new demo users the "user" role
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettjstevens committed Aug 28, 2024
1 parent 4a1117e commit eb689cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ services:
FILE_UPLOAD_FOLDER: /data/uploads
LOG_LEVELS: error,warn,log,debug
ALLOW_GUEST_USER: true
DEFAULT_NEW_USER_ROLE: user
URL: ${URL}
JWT_SECRET: ${JWT_SECRET}
SESSION_SECRET: ${SESSION_SECRET}
Expand Down

0 comments on commit eb689cd

Please sign in to comment.