This commit is contained in:
Mateleo 2024-11-22 14:08:55 +01:00
parent 4a812d293d
commit c90a5e6317
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
<property name="use_proxy_validator">true</property>
<property name="command_timeout">0</property>
<property name="connection.connection_string">
Server=mercure;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>

View File

@ -7,7 +7,7 @@
<property name="use_proxy_validator">true</property>
<property name="command_timeout">0</property>
<property name="connection.connection_string">
Server=mercure;Database=worlds;User ID=postgres;Password=postgres
Server=diiis-na-db;Database=worlds;User ID=postgres;Password=postgres
</property>
<property name="connection.release_mode">on_close</property>
<property name="adonet.batch_size">0</property>