Skip to content

Commit

Permalink
fix production.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
cirdes committed Jul 28, 2024
1 parent 9444890 commit 836662d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@
config.action_mailer.default_url_options = {host: ENV["HOST"]}
config.action_mailer.asset_host = ENV["HOST"]

config.action_mailer.delivery_method = :postmark
config.action_mailer.postmark_settings = {api_token: ENV["POSTMARK_API_KEY"]}
# config.action_mailer.delivery_method = :postmark
# config.action_mailer.postmark_settings = {api_token: ENV["POSTMARK_API_KEY"]}

# Enable locale fallbacks for I18n (makes lookups for any locale fall back to
# the I18n.default_locale when a translation cannot be found).
Expand Down
4 changes: 2 additions & 2 deletions fly.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# fly.toml app configuration file generated for phlexui on 2024-07-27T13:14:08-03:00
# fly.toml app configuration file generated for rbui on 2024-07-28T09:41:04-03:00
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#
Expand All @@ -16,7 +16,7 @@ console_command = '/rails/bin/rails console'
[http_service]
internal_port = 3000
force_https = true
auto_stop_machines = true
auto_stop_machines = 'stop'
auto_start_machines = true
min_machines_running = 0
processes = ['app']
Expand Down

0 comments on commit 836662d

Please sign in to comment.