Files
komodo/config/periphery.config.example.toml
2022-11-14 01:05:26 -05:00

11 lines
352 B
TOML

port = 9001 # optional. 9001 is default
is_builder = false # optional. false is default
repo_dir = "/repos" # optional. /repos is default
[github_accounts] # optional
github_username1 = "github_token1"
github_username2 = "github_token2"
[docker_accounts] # optional
docker_username1 = "docker_token1"
docker_username2 = "docker_token2"