fix DB connection fails on startup - Server=localhost invalid in Docker. Closes Gaming/blizzless-diiis#1
Some checks failed
Build / ${{ matrix.name }} / ${{ matrix.config }} (true, Ubuntu 22.04 (.Net 7.0), ubuntu-22.04, dotnet-sdk-7.0) (push) Failing after 35s
Build / ${{ matrix.name }} / ${{ matrix.config }} (Debug) (push) Has been cancelled
Build / ${{ matrix.name }} / ${{ matrix.config }} (Release) (push) Has been cancelled
Some checks failed
Build / ${{ matrix.name }} / ${{ matrix.config }} (true, Ubuntu 22.04 (.Net 7.0), ubuntu-22.04, dotnet-sdk-7.0) (push) Failing after 35s
Build / ${{ matrix.name }} / ${{ matrix.config }} (Debug) (push) Has been cancelled
Build / ${{ matrix.name }} / ${{ matrix.config }} (Release) (push) Has been cancelled
This commit is contained in:
parent
6292f950ae
commit
6f38269436
@ -8,7 +8,7 @@
|
||||
<property name="use_proxy_validator">true</property>
|
||||
<property name="command_timeout">0</property>
|
||||
<property name="connection.connection_string">
|
||||
Server=localhost;Database=diiis;User ID=postgres;Password=postgres
|
||||
Server=diiis-na-db;Database=diiis;User ID=postgres;Password=postgres
|
||||
</property>
|
||||
<property name="connection.release_mode">on_close</property>
|
||||
<property name="adonet.batch_size">0</property>
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
<property name="use_proxy_validator">true</property>
|
||||
<property name="command_timeout">0</property>
|
||||
<property name="connection.connection_string">
|
||||
Server=localhost;Database=worlds;User ID=postgres;Password=postgres
|
||||
Server=diiis-na-db;Database=diiis;User ID=postgres;Password=postgres
|
||||
</property>
|
||||
<property name="connection.release_mode">on_close</property>
|
||||
<property name="adonet.batch_size">0</property>
|
||||
|
||||
Loading…
Reference in New Issue
user.block.title