feat(chart): expose laravel log_channel in values

This commit is contained in:
holysoles
2025-01-18 14:13:57 -06:00
parent ca7049cdce
commit 85639ed2ee
4 changed files with 10 additions and 4 deletions
+5
View File
@@ -272,6 +272,11 @@ pixelfed:
# -- The domain of your server, without https://
domain: ""
# Laravel log settings
laravel:
# -- Laravel log channel. Pixelfed's default, 'stack', sends logs to the default Laravel logfile. 'stderr' allows Kubernetes to capture these logs
log_channel: stack
# -- Enable open registration for new accounts
open_registration: true