Skip to content

Commit bdabc9b

Browse files
committed
refactor: update encryption key placeholder in environment sample
1 parent 2115f25 commit bdabc9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/backend/.env.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ SENTRY_DSN=...
88
FRONTEND=...
99
ADMIN_LIST=admin1|admin2
1010
MEMORY_LIMIT=500m
11-
ENCRYPTION_KEY=your_secure_random_base64_encryption_key_here
11+
ENCRYPTION_KEY=...
1212

1313
# Health Monitor Configuration
1414
PROMETHEUS_URL=http://prometheus:9090

0 commit comments

Comments
 (0)