10 lines
300 B
Plaintext
10 lines
300 B
Plaintext
# Server
|
|
JWT_SECRET=change-me-to-a-random-secret
|
|
|
|
# Token for the local agent (generate with: uuidgen)
|
|
LOCAL_AGENT_TOKEN=change-me-to-a-random-token
|
|
|
|
# Remote agents only (docker-compose.agent.yml)
|
|
CONTAINARR_SERVER_URL=http://<your-server-ip>:9090
|
|
CONTAINARR_AGENT_TOKEN=<token-generated-by-server>
|