parent
4f84e18f51
commit
b7b245b0f8
8 changed files with 21 additions and 7 deletions
@ -1,2 +1,2 @@ |
||||
workers = 2 |
||||
bind = ["127.0.0.1:{{ papermerge_port | int + 1 }}"] |
||||
bind = ["0.0.0.0:{{ papermerge_port | int + 1 }}"] |
||||
|
@ -1,5 +1,5 @@ |
||||
from .base import * # noqa |
||||
DEBUG = False |
||||
ALLOWED_HOSTS = ['127.0.0.1'] |
||||
ALLOWED_HOSTS = ['*'] |
||||
SECRET_KEY = "{{ papermerge_secret_key }}" |
||||
|
||||
|
Loading…
Reference in new issue