Skip to content

Commit

Permalink
review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
FinnIckler committed Feb 7, 2024
1 parent 5fa866c commit 7eb8199
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions WcaOnRails/app_secrets.rb
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ def vault_file(secret_name, file_path)
vault_file :GOOGLE_APPLICATION_CREDENTIALS, "./tmp/application_default_credentials.json"
vault :JWT_KEY
vault :OIDC_SECRET_KEY
vault :SLACK_WST_BOT_TOKEN
else
mandatory :DATABASE_PASSWORD, :string
mandatory :GOOGLE_MAPS_API_KEY, :string
Expand Down
2 changes: 1 addition & 1 deletion WcaOnRails/config/unicorn.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
if rack_env == "development"
worker_processes 1
else
stderr_path $stdout
stderr_path $stderr
stdout_path $stdout

worker_processes((Etc.nprocessors * 2).ceil)
Expand Down

0 comments on commit 7eb8199

Please sign in to comment.