gitea/rootfs/tmp/etc/act_runner/cache_server.yaml
casjay 8f627d680a
🗃️ Committing everything that changed 🗃️
rootfs/tmp/etc/act_runner/cache_server.yaml
rootfs/tmp/etc/act_runner/default_config.yaml
rootfs/usr/local/etc/docker/init.d/zz-act_runner.sh
2024-09-02 15:40:42 -04:00

10 lines
201 B
YAML

log:
# The level of logging, can be trace, debug, info, warn, error, fatal
level: info
cache:
enabled: true
dir: '/data/act_runner/cache'
host: '0.0.0.0'
port: 'REPLACE_RUNNER_CACHE_PORT'