21 lines
925 B
Plaintext
21 lines
925 B
Plaintext
|
|
CANGER_BIND=127.0.0.1
|
||
|
|
CANGER_PORT=8787
|
||
|
|
CANGER_CONTROL_DB=/var/lib/canger-control/control.sqlite3
|
||
|
|
CANGER_ADMIN_TOKEN=replace-with-at-least-24-random-characters
|
||
|
|
CANGER_OWNER_TOKEN=replace-with-at-least-24-random-characters
|
||
|
|
CANGER_PERSONA_TOKEN=replace-with-at-least-24-random-characters
|
||
|
|
CANGER_OPERATOR_TOKEN=replace-with-at-least-24-random-characters
|
||
|
|
CANGER_OPERATOR_ID=ICE-GL-ZY001
|
||
|
|
CANGER_OWNER_ID=CANGER-HUMAN-OWNER
|
||
|
|
CANGER_EXECUTOR_PERSONA_ID=ICE-GL-CA001
|
||
|
|
CANGER_APPROVAL_SIGNING_KEY=replace-with-at-least-32-random-characters
|
||
|
|
CANGER_OWNER_EMAIL=owner@example.invalid
|
||
|
|
CANGER_PUBLIC_URL=https://guanghulab.com/canger-node
|
||
|
|
# SMTP credentials stay only on the Singapore server. Never put them in Git.
|
||
|
|
CANGER_SMTP_HOST=smtp.example.invalid
|
||
|
|
CANGER_SMTP_PORT=465
|
||
|
|
CANGER_SMTP_FROM=guanghu-router@example.invalid
|
||
|
|
CANGER_SMTP_USERNAME=replace-on-server
|
||
|
|
CANGER_SMTP_PASSWORD=replace-on-server
|
||
|
|
CANGER_CONTROL_URL=http://127.0.0.1:8787
|