fix gitea token did not passed to authserver

This commit is contained in:
iceBear67
2026-07-05 20:38:50 +08:00
parent b3ebdbf536
commit 31bf5d70bd
2 changed files with 1 additions and 2 deletions

View File

@@ -2,7 +2,6 @@
command="/usr/bin/auth-server"
command_background=true
command_args="-org _BUBBLE_AUTH_ORG_ -team _BUBBLE_AUTH_TEAM_ -gitea-url _BUBBLE_AUTH_GITEA_URL_ 2>&1"
command_env="GITEA_TOKEN=$GITEA_TOKEN"
output_log="/data/auth-server.log"
pidfile="/run/${RC_SVCNAME}.pid"