- Fixed gitignore to allow Screenshots/*.png files - Added all screenshots for README documentation - Fixed gitignore to be less restrictive with image files - Includes dashboard, agent, updates, and docker screenshots
10 lines
141 B
YAML
10 lines
141 B
YAML
server:
|
|
url: "http://localhost:8080"
|
|
|
|
agent:
|
|
hostname: "test-agent"
|
|
check_in_interval: 60
|
|
batch_size: 50
|
|
|
|
auth:
|
|
token: "test-token" |