🗃️ Committing everything that changed 🗃️

rootfs/tmp/etc/act_runner/cache_server.yaml
rootfs/tmp/etc/act_runner/default_config.yaml
This commit is contained in:
casjay 2024-09-02 16:59:12 -04:00
parent fc938f0d74
commit a181afe348
Signed by untrusted user who does not match committer: jason
GPG Key ID: 1AB309F42A764145
2 changed files with 4 additions and 2 deletions

View File

@ -5,5 +5,5 @@ log:
cache:
enabled: true
dir: '/data/act_runner/cache'
host: '0.0.0.0'
port: 'REPLACE_RUNNER_CACHE_PORT'
# host: '0.0.0.0'
# port: REPLACE_RUNNER_CACHE_PORT

View File

@ -67,4 +67,6 @@ container:
cache:
enabled: true
host: ''
port: ''
external_server: 'http://REPLACE_RUNNER_CACHE_HOST:REPLACE_RUNNER_CACHE_PORT/'