Skip to content

Commit

Permalink
fix scripts: init account jwt secret
Browse files Browse the repository at this point in the history
  • Loading branch information
bxy4543 committed Sep 27, 2024
1 parent b78691a commit b0884f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deploy/cloud/scripts/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,8 @@ function sealos_run_controller {
--env DEFAULT_NAMESPACE="account-system" \
--env GLOBAL_COCKROACH_URI="$cockroachdbGlobalUri" \
--env LOCAL_COCKROACH_URI="$cockroachdbLocalUri" \
--env LOCAL_REGION="$localRegionUID"
--env LOCAL_REGION="$localRegionUID" \
--env ACCOUNT_API_JWT_SECRET="$jwtInternal"

sealos run tars/account-service.tar --env cloudDomain="$cloudDomain" --env cloudPort="$cloudPort"

Expand Down

0 comments on commit b0884f2

Please sign in to comment.