mirror of
https://github.com/gutmensch/docker-dmarc-report.git
synced 2025-12-23 20:56:44 +00:00
Include PARSER_XML_MAXSIZE env variable. (#32)
This commit is contained in:
parent
4486d7d8bf
commit
8f1fb13960
@ -100,3 +100,10 @@ Parser and Viewer support Postgres now too (default is mysql)
|
|||||||
```yaml
|
```yaml
|
||||||
- "REPORT_DB_TYPE=pgsql"
|
- "REPORT_DB_TYPE=pgsql"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Increase the maximum size of the XML file. (default is `50000` bytes)
|
||||||
|
When the size exceeds the maximum, one could experience an error `Uncaught ValueError: DOMDocument::loadXML(): Argument #1 ($source) must not be empty`.
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
- "PARSER_XML_MAXSIZE=500000"
|
||||||
|
```
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user