mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
parent
cf4c437eca
commit
0c729e5675
@ -10,7 +10,7 @@ if __name__ == "__main__":
|
|||||||
|
|
||||||
# The runserver and consumer need to have access to the passphrase, so it
|
# The runserver and consumer need to have access to the passphrase, so it
|
||||||
# must be entered at start time to keep it safe.
|
# must be entered at start time to keep it safe.
|
||||||
if "runserver" in sys.argv or "consume" in sys.argv:
|
if "runserver" in sys.argv or "document_consumer" in sys.argv:
|
||||||
if not settings.PASSPHRASE:
|
if not settings.PASSPHRASE:
|
||||||
settings.PASSPHRASE = input(
|
settings.PASSPHRASE = input(
|
||||||
"settings.PASSPHRASE is unset. Input passphrase: ")
|
"settings.PASSPHRASE is unset. Input passphrase: ")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user