From a181afe34810148686725eb5cfd895b3c6f9b6c2 Mon Sep 17 00:00:00 2001 From: casjay Date: Mon, 2 Sep 2024 16:59:12 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=EF=B8=8F=20Committing=20everything?= =?UTF-8?q?=20that=20changed=20=F0=9F=97=83=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit rootfs/tmp/etc/act_runner/cache_server.yaml rootfs/tmp/etc/act_runner/default_config.yaml --- rootfs/tmp/etc/act_runner/cache_server.yaml | 4 ++-- rootfs/tmp/etc/act_runner/default_config.yaml | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/rootfs/tmp/etc/act_runner/cache_server.yaml b/rootfs/tmp/etc/act_runner/cache_server.yaml index 852a5c7..3b04c13 100644 --- a/rootfs/tmp/etc/act_runner/cache_server.yaml +++ b/rootfs/tmp/etc/act_runner/cache_server.yaml @@ -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 diff --git a/rootfs/tmp/etc/act_runner/default_config.yaml b/rootfs/tmp/etc/act_runner/default_config.yaml index f64fdfa..eecff94 100644 --- a/rootfs/tmp/etc/act_runner/default_config.yaml +++ b/rootfs/tmp/etc/act_runner/default_config.yaml @@ -67,4 +67,6 @@ container: cache: enabled: true + host: '' + port: '' external_server: 'http://REPLACE_RUNNER_CACHE_HOST:REPLACE_RUNNER_CACHE_PORT/'