Fix rules, fix OIDC loggin

This commit is contained in:
Dan Milne
2025-11-07 16:12:39 +11:00
parent d153fd436f
commit f50ebe666e
3 changed files with 27 additions and 8 deletions

View File

@@ -12,7 +12,7 @@ postgres_default: &postgres_default
adapter: postgresql
encoding: unicode
pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %>
host: localhost
host: postgres
port: 5432
development: