Fix rules, fix OIDC loggin
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user