initial commit
This commit is contained in:
11
.env.example
Normal file
11
.env.example
Normal file
@@ -0,0 +1,11 @@
|
||||
# Copy this file to .env and fill in the values before running.
|
||||
|
||||
# Password for the letter writer (full access: read + write)
|
||||
WRITER_PASSWORD=your-writer-password-here
|
||||
|
||||
# Password for the reader / partner (read-only access)
|
||||
READER_PASSWORD=your-reader-password-here
|
||||
|
||||
# A long random string used to sign JWT tokens.
|
||||
# Generate one with: node -e "console.log(require('crypto').randomBytes(32).toString('hex'))"
|
||||
JWT_SECRET=change-this-to-a-random-secret
|
||||
Reference in New Issue
Block a user