renome config example folder

This commit is contained in:
beckerinj
2022-11-14 01:05:48 -05:00
parent 393e202102
commit f48703aef7
4 changed files with 0 additions and 0 deletions

View 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"