Skip to content

Commit

Permalink
Production needs the JWT_KEY so add that in sample env
Browse files Browse the repository at this point in the history
  • Loading branch information
sondreb committed Sep 30, 2023
1 parent 03e3293 commit 8c23fb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion srv/.env.sample
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Copy this file to a new file named ".env". The .env file is not committed to the source control.
NODE_ENV=develop

HUB_DATABASE=mongodb://localhost:27017
PORT=5050

Expand All @@ -10,6 +9,7 @@ MAXSIZE=16kb

# List of DID admin accounts separated by ";".
ADMIN=did:is:71f5a5bc254a14d3862896a44856f14b72e433f204b74ca39351bfcbd77dafdf,did:is:e485bafb1091bd871bbee6f0883fc938bc68af3987eac23417b606379bc92148
JWT_KEY=

# Other DID Servers to sync with, semi-colon separated.
# EXAMPLE: SERVERS=http://127.0.0.1:4350;http://127.0.0.1:4251
Expand Down

0 comments on commit 8c23fb4

Please sign in to comment.