fix auth-server config
This commit is contained in:
@@ -4,7 +4,7 @@ server-key-file: "/etc/ssh/ssh_host_rsa_key"
|
|||||||
|
|
||||||
workspace-parent: "/data/workspace"
|
workspace-parent: "/data/workspace"
|
||||||
global-share-dir: "/data/share"
|
global-share-dir: "/data/share"
|
||||||
auth-server: "http://localhost:8080/"
|
auth-server: "http://localhost:2334/"
|
||||||
|
|
||||||
manager:
|
manager:
|
||||||
address: "0.0.0.0:7684"
|
address: "0.0.0.0:7684"
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
command="/usr/bin/auth-server"
|
command="/usr/bin/auth-server"
|
||||||
command_background=true
|
command_background=true
|
||||||
command_args="-org _BUBBLE_AUTH_ORG_ -team _BUBBLE_AUTH_TEAM_ -gitea-url _BUBBLE_AUTH_GITEA_URL_ 2>&1"
|
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"
|
output_log="/data/auth-server.log"
|
||||||
|
|
||||||
pidfile="/run/${RC_SVCNAME}.pid"
|
pidfile="/run/${RC_SVCNAME}.pid"
|
||||||
|
|||||||
Reference in New Issue
Block a user