Skip to content

Commit

Permalink
Add RACK_ENV example for ruby runtime on psh
Browse files Browse the repository at this point in the history
  • Loading branch information
spk committed May 13, 2024
1 parent 10ee5c5 commit 2bdcf14
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions platformifier/templates/generic/.platform.app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ variables:
# XDEBUG_MODE: off
{{- else if eq "nodejs" .Runtime }}
# NODE_ENV: development
{{- else if eq "ruby" .Runtime }}
# RACK_ENV: production
{{- else }}
# ENV_VARIABLE_NAME: "value"
{{- end }}
Expand Down

0 comments on commit 2bdcf14

Please sign in to comment.