Skip to content

Commit

Permalink
Fix TF check
Browse files Browse the repository at this point in the history
  • Loading branch information
allthesignals committed May 28, 2024
1 parent 9406964 commit 4b0da8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/app/app-config/env-config/environment-variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ locals {
# overridden per environment using terraform's `merge` function
default_extra_environment_variables = {
# Example environment variables
RAILS_LOG_TO_STDOUT = "true"
RAILS_LOG_TO_STDOUT = "true"
RAILS_SERVE_STATIC_FILES = "true"
# LOG_LEVEL = "info"
# DB_CONNECTION_POOL_SIZE = 5
Expand Down

0 comments on commit 4b0da8f

Please sign in to comment.