Set SECRET_KEY env var in Bookwyrm package build script
This commit is contained in:
parent
cd42039bf4
commit
b642cb5815
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ mkDerivation {
|
||||||
export EMAIL_HOST=""
|
export EMAIL_HOST=""
|
||||||
export EMAIL_HOST_USER=""
|
export EMAIL_HOST_USER=""
|
||||||
export EMAIL_HOST_PASSWORD=""
|
export EMAIL_HOST_PASSWORD=""
|
||||||
|
export SECRET_KEY=""
|
||||||
|
|
||||||
${python311}/bin/python manage.py compile_themes
|
${python311}/bin/python manage.py compile_themes
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue