Skip to content

Commit

Permalink
make it more clear
Browse files Browse the repository at this point in the history
  • Loading branch information
C4illin committed May 29, 2024
1 parent 3872cd8 commit 84977f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ services:
ports:
- "3000:3000"
environment: # Defaults are listed below
- ACCOUNT_REGISTRATION=false # true or false, you can register the first account even though this is disabled
- ACCOUNT_REGISTRATION=false # true or false, doesn't matter for the first account (e.g. keep this to false if you only want one account)
- JWT_SECRET=aLongAndSecretStringUsedToSignTheJSONWebToken1234
- HTTP_ALLOWED=false # setting this to true is unsafe, only set this to true locally
volumes:
Expand Down

0 comments on commit 84977f8

Please sign in to comment.