diff --git a/jasamedika-bridging/src/main/webapp/WEB-INF/web.xml b/jasamedika-bridging/src/main/webapp/WEB-INF/web.xml
index bf081aeb..f739001b 100644
--- a/jasamedika-bridging/src/main/webapp/WEB-INF/web.xml
+++ b/jasamedika-bridging/src/main/webapp/WEB-INF/web.xml
@@ -15,7 +15,7 @@
spring.profiles.default
- bridging
+ localhost
diff --git a/jasamedika-config/src/main/resources/jdbc.localhost.properties b/jasamedika-config/src/main/resources/jdbc.localhost.properties
index e89e596c..676e31b0 100644
--- a/jasamedika-config/src/main/resources/jdbc.localhost.properties
+++ b/jasamedika-config/src/main/resources/jdbc.localhost.properties
@@ -1,7 +1,7 @@
jdbc.driver = org.postgresql.Driver
hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect
-hibernate.hbm2ddl = update
+hibernate.hbm2ddl = none
hibernate.format_sql = true
hibernate.show_sql = true