Докеризация, отказ от server.yml файлов, проброс .env
This commit is contained in:
@@ -3,10 +3,6 @@
|
||||
<hibernate-configuration>
|
||||
<session-factory>
|
||||
<property name="hibernate.connection.driver_class">org.postgresql.Driver</property>
|
||||
<property name="hibernate.connection.url">jdbc:postgresql://localhost:5432/your_database</property>
|
||||
<property name="hibernate.connection.username">your_user</property>
|
||||
<property name="hibernate.connection.password">your_password</property>
|
||||
|
||||
<property name="hibernate.hbm2ddl.auto">update</property>
|
||||
<!--Зарегистрированные таблицы-->
|
||||
<mapping class="com.rosetta.im.database.entity.User"/>
|
||||
|
||||
Reference in New Issue
Block a user