Skip to content

Commit 2bc8e5b

Browse files
committed
Add neccessary env vars to manage script
1 parent ead73cd commit 2bc8e5b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/manage.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ pkgs.writeShellApplication {
1919
DJANGO_DATABASE_URL=postgres:///strykeforce \
2020
SECRET_KEY=not-secret \
2121
STATIC_ROOT=${static} \
22+
EMAIL_HOST_USER="$EMAIL_HOST_USER" \
23+
EMAIL_HOST_PASSWORD="$EMAIL_HOST_PASSWORD" \
2224
TBA_READ_KEY="$TBA_READ_KEY" \
2325
${venv}/bin/strykeforce-manage "$@"
2426
'';

0 commit comments

Comments
 (0)