mirror of
https://github.com/moghtech/komodo.git
synced 2026-04-30 22:56:21 -05:00
renome config example folder
This commit is contained in:
11
config_example/periphery.config.example.toml
Normal file
11
config_example/periphery.config.example.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user