You've already forked byos_node_lite
mirror of
https://github.com/usetrmnl/byos_node_lite.git
synced 2026-04-29 13:42:38 -07:00
8 lines
342 B
Bash
8 lines
342 B
Bash
# This file is for passwords, tokens and runtime variables
|
|
# Copy it to .env.local or provide values via ENV
|
|
SECRET_KEY=GENERATE_YOUR_UNIQUE_SECRET_KEY
|
|
PUBLIC_URL_ORIGIN=https://example.com
|
|
# If you want to use BYOS. Mac should be of your real TMNNL device
|
|
BYOS_DEVICE_MAC=aa:bb:cc:dd:ee:ff
|
|
BYOS_DEVICE_ACCESS_TOKEN=GENERATE_OTHER_SECRET_KEY
|