diff --git a/chatto/config/application.properties b/chatto/config/application.properties deleted file mode 100644 index a9159ad..0000000 --- a/chatto/config/application.properties +++ /dev/null @@ -1,8 +0,0 @@ - -## Spring DATASOURCE (DataSourceAutoConfiguration & DataSourceProperties) -spring.datasource.url = jdbc:mysql://localhost:3306/chatto_db?useSSL=false -spring.datasource.username = chatto_user -spring.datasource.password = test -database-name = chatto_db -website-url = 192.168.1.13 -test.bindAddress=192.168.1.106 diff --git a/chatto/config/messages.properties b/chatto/config/messages.properties deleted file mode 100644 index 45b2e30..0000000 --- a/chatto/config/messages.properties +++ /dev/null @@ -1 +0,0 @@ -test.bindAddress=192.168.1.106