|
|
|
@ -17,7 +17,8 @@ SESSION_COOKIE_AGE = 3600 |
|
|
|
TEMPLATES[0]["OPTIONS"]["debug"] = True |
|
|
|
|
|
|
|
WEASYPRINT_URL = 'http://localhost:5005' |
|
|
|
WEASYPRINT_CSS_LOOPBACK = 'http://host.docker.internal:8000' |
|
|
|
WEASYPRINT_IMAGE_LOOPBACK = 'http://host.docker.internal:8000' |
|
|
|
WEASYPRINT_CSS_LOOPBACK = WEASYPRINT_IMAGE_LOOPBACK |
|
|
|
|
|
|
|
DEPLOYMENT_TYPE = 'localdev' |
|
|
|
REGISTER_URL = '#' |
|
|
|
|