Skip to content

Commit d98177b

Browse files
committed
Fix: Add missing SECRET_KEY and ALTCHA_HMAC_KEY to docker.env
Signed-off-by: Parth Bhatt <paarthbhatt37@gmail.com>
1 parent 4171dbe commit d98177b

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

docker.env

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,7 @@ POSTGRES_PASSWORD=vulnerablecode
55
VULNERABLECODE_DB_HOST=db
66
VULNERABLECODE_STATIC_ROOT=/var/vulnerablecode/static/
77

8-
VULNERABLECODE_REDIS_HOST=vulnerablecode_redis
8+
VULNERABLECODE_REDIS_HOST=vulnerablecode_redis
9+
SECRET_KEY=secret
10+
ALTCHA_HMAC_KEY=secret
11+

0 commit comments

Comments
 (0)