Skip to content

Commit

Permalink
πŸ“ : add runner api properties
Browse files Browse the repository at this point in the history
  • Loading branch information
juwit committed Nov 5, 2020
1 parent 2929365 commit 3a48a2b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,9 @@ gaia.externalUrl=http://localhost:${server.port:8080}
gaia.dockerDaemonUrl=unix:///var/run/docker.sock

docker.registry.api.url=https://registry.hub.docker.com/v2

#####################
# runner properties #
#####################
# gaia.runner.api.username=gaia-runner
# gaia.runner.api.password=mysecretpassword

0 comments on commit 3a48a2b

Please # to comment.