mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-22 01:13:00 +02:00
6 lines
225 B
Plaintext
6 lines
225 B
Plaintext
RESTCONF_URL=https://127.0.0.1/restconf
|
|
INSECURE_TLS=1
|
|
# Spool firmware uploads (and any other temp files) to persistent storage
|
|
# instead of the RAM-backed /tmp to enable push-upgrades on low-memory systems.
|
|
TMPDIR=/var/tmp
|