build(backend): switch to localhost in settings.yaml

This commit is contained in:
Sarah Vaupel 2024-10-02 23:51:08 +02:00
parent 8a0da40793
commit c7331db3ce

View File

@ -123,7 +123,7 @@ auth-pw-hash:
database:
user: "_env:PGUSER:uniworx"
password: "_env:PGPASS:uniworx"
host: "_env:PGHOST:host.docker.internal"
host: "_env:PGHOST:localhost"
port: "_env:PGPORT:5432"
# See config/test-settings.yml for an override during tests
database: "_env:PGDATABASE:uniworx"