Revert commit a239fc615a
This commit is contained in:
parent
a239fc615a
commit
95802dc5c6
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ mkDerivation {
|
|||
export EMAIL_HOST=""
|
||||
export EMAIL_HOST_USER=""
|
||||
export EMAIL_HOST_PASSWORD=""
|
||||
export SECRET_KEY="\$( cat /etc/nixos/assets/bookwyrm-secret-key )" ${/* The escape here is required in order to retrieve the key file contents at runtime */}
|
||||
export SECRET_KEY="\$( cat /etc/nixos/assets/bookwyrm-secret-key )" # The escape here is required in order to retrieve the key file contents at runtime
|
||||
|
||||
${gunicorn}/bin/gunicorn bookwyrm.wsgi:application
|
||||
EOF
|
||||
|
|
Loading…
Add table
Reference in a new issue