13 lines
400 B
Bash
13 lines
400 B
Bash
## Example environment file for systemd (placed at /etc/default/safelineapi)
|
|
## Values here are sourced by the systemd unit via EnvironmentFile
|
|
# Path to config.json
|
|
CONFIG_PATH=/opt/safelineapi/config.json
|
|
|
|
# Optional runtime overrides
|
|
#SAFELINE_API_TOKEN=
|
|
#DNS_PROVIDER=Cloudflare
|
|
#CONTACT_EMAIL=you@example.com
|
|
|
|
# Path to binary (if you installed somewhere else)
|
|
#BIN=/opt/safelineapi/safelineApi
|