Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
baldarn committed Jan 14, 2025
1 parent eb4d67b commit e4e451d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/credentials.yml.enc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
o9T2G0byvsVT43DQkAW7vjw29CpIrbPuIFQR4Z9NEz4sTZlHajTHdjBn/+fnYfpFML5AYesfUQHt/ql5z9a1uaShp1wqhsgCei0FoQcGy3V2XD5h+rOnDKYgmm9g7E0cPiCE5adQIJ8t9NbftiLCzZhBz091S1REaLBn6r/RKkOd+y6w+bOk8i9m8PA32iXswiOiHBft0SlbGKGxY4UvnKU5QrkqZk2dHt79aAiu19jwAh6TOc+8mIbzn9Bo3yOxlnPb4KQsopsvTtLM1DPrmnWD8dNFlrq/NW8MB7ctgfD8UQ5FBVEw5FwlWVJlsOvhmI3mT5kXpKdDnl/5u8UZS91JyoYW+HG2zP9SEQhGrCT8qpPkQQZluWDWW+vw+ws0Hs3CepVIl+0/9ZGoKW9bylTBv9La2F63PuIeTCuxPU8x2kSCy/eNRacnVf9DG9jAbRErzWGm/A9CIrY768+g+kYhMLwA4ODSiQZckyHHLZ/YdTlDwGjrbttd3VFbHguf43KdYQO7p01oIRqhm0983jLOzNLuQFIjy3iiR13O5ci9E5G7yLg7qvN78gU2rqi7x8P8ONLvM8fkzuPcNZTYHi8R1NXdx7nb3UwkIjdt/MNTQLGEAhF68Pv69510nHraTkCWYPRB36OEQ4OyV8zVHC4Pe8jGu9Naz9vQ1utTU8IVCT4=--IF9uOrmhSsv5l9tX--/V+Hr3Vs88aV3ZLQJNJOHw==
nzqoLjMMxre0Tf2/EK2vqpDN/3+3Jkk+ue+k1mYmksrUNS2TtVjLX5UY7mnjS2nsms27jm1uaRvh0LVn3eW3pT+pf0yGmTxsaQVgVSJQjo+QpDz+FV//vthOB0Q+OhbKXLwh1+W2ojAZ1aBmt+rDxhk6jEwsDVlSfl0h/Iad1oory7AWwSp1dW5lxE7bxIth9tHi/jnmaQclzVpsFbilobqyCM2cCONQXXdsCuLH1JZRQ66Fab/0Jx3+RY3EN2f/8+mp68zQFcbeGYMqvgsrc9FMMFbQvrkcmbXPz4D+Jfxwad1qbAnolqNabYzmOACxiUMHiMhSvUesam0D/cpXmvDXu+2ZaTS22P3SHrCeEWZH3S1Sg3dRw4JqOq3jYzRBrTLXQbUj190ZAa9s08wIs7gfFA9BkZ5OKzbmYYqeoFqPyuv++SKcCo00LfvQ32jacpa7YsarZlUmK5kdV67O1rmFr8486DNkKSrgHBGeGF/kOidr3y1rsoeAnmO9kI6yQVqcwOPFQfgg1ikl5wu0vcrSBh5ws8LVH5mA9pzyi35yXDGwwi+9orRlj+z9sbGgh1H90eQj9ITw3b7ZPWzoUYOYnV9TICXC5GSncEKYuAhhgTqUOyQFsDL8ROi1813GMughGoMp9rx6SMcZEOcGtlfdUJfQ8zaG8qdTySlglvXm5PY=--CJBj1icJGHgObxPN--kqfdv++0gtjAb2uDXLuTxQ==
6 changes: 3 additions & 3 deletions config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
config.active_storage.service = :local

# Assume all access to the app is happening through a SSL-terminating reverse proxy.
config.assume_ssl = true
config.assume_ssl = false

# Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies.
config.force_ssl = true
config.force_ssl = false

# Skip http-to-https redirect for the default health check endpoint.
# config.ssl_options = { redirect: { exclude: ->(request) { request.path == "/up" } } }
Expand Down Expand Up @@ -58,7 +58,7 @@
# config.action_mailer.raise_delivery_errors = false

# Set host to be used by links generated in mailer templates.
config.action_mailer.default_url_options = { host: "example.com" }
config.action_mailer.default_url_options = { host: "opengas.eu" }

# Specify outgoing SMTP server. Remember to add smtp/* credentials via rails credentials:edit.
config.action_mailer.smtp_settings = {
Expand Down

0 comments on commit e4e451d

Please sign in to comment.