Skip to content

Commit 5229c17

Browse files
committed
🔨 feat: update .env.example to include encryption key generation instructions
1 parent 636c4be commit 5229c17

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.env.example

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,7 @@ POSTGRES_HOSTNAME=postgres_db
1515
POSTGRES_PORT=5432
1616
POSTGRES_PASSWORD=postgres
1717
POSTGRES_USER=postgres
18-
POSTGRES_DB=postgres
18+
POSTGRES_DB=postgres
19+
20+
# Encryption
21+
ENCRYPTION_KEY="USE generate_key.py TO GENERATE A NEW KEY"

0 commit comments

Comments
 (0)