We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92b9245 commit df78895Copy full SHA for df78895
3 files changed
template/app.yaml.tmpl
@@ -1,8 +1,7 @@
1
command: ['npm', 'run', 'start']
2
env:
3
-{{- if .plugins.analytics}}
4
- - name: DATABRICKS_WAREHOUSE_ID
5
- valueFrom: sql-warehouse
+{{- if .appEnv}}
+{{.appEnv}}
6
{{- end}}
7
{{- if .plugins.lakebase}}
8
- name: PGHOST
0 commit comments