File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ serve-dev: ## Serve Panel dashboard - Dev mode
4141
4242serve : # # Serve Panel dashboard - Prod mode with basic auth
4343 panel serve panel/app.py \
44+ --show \
4445 --cookie-secret panel_cookie_secret_oauth \
4546 --basic-login-template panel/login.html \
4647 --logout-template panel/logout.html \
@@ -49,6 +50,7 @@ serve: ## Serve Panel dashboard - Prod mode with basic auth
4950
5051serve-oauth : # # Serve Panel dashboard - Prod mode with OAuth2
5152 panel serve panel/app.py \
53+ --show \
5254 --cookie-secret panel_cookie_secret_oauth \
5355 --logout-template panel/logout.html \
5456 --oauth-provider google \
@@ -107,7 +109,7 @@ production: publish-production
107109 --set-secrets=PANEL_OAUTH_SECRET=PANEL_OAUTH_SECRET:latest \
108110 --allow-unauthenticated \
109111 --session-affinity \
110- --timeout=600 \
112+ --timeout=60m \
111113 --service-account simdec-panel@delta-entity-401706.iam.gserviceaccount.com \
112114 --image=$(region ) -docker.pkg.dev/$(project ) /simdec-panel/simdec-panel:$(version ) \
113115 --memory 2Gi
You can’t perform that action at this time.
0 commit comments