mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-04 14:43:01 +02:00
6 lines
233 B
Plaintext
6 lines
233 B
Plaintext
RESTCONF_URL=https://127.0.0.1/restconf
|
|
INSECURE_TLS=1
|
|
# Spool firmware uploads (and any other temp files) to the eMMC-backed /var/tmp
|
|
# instead of the RAM-backed /tmp — a 160 MB .pkg upload otherwise OOM-kills us.
|
|
TMPDIR=/var/tmp
|