mirror of
https://github.com/moghtech/komodo.git
synced 2026-05-01 07:36:16 -05:00
11 lines
352 B
TOML
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" |