From ba7dbb6f933b06c2472df06c16d0a94b6e9a8b28 Mon Sep 17 00:00:00 2001 From: Rohan Sircar Date: Sat, 7 Dec 2019 14:54:06 +0530 Subject: [PATCH] removed config files --- chatto/config/application.properties | 8 -------- chatto/config/messages.properties | 1 - 2 files changed, 9 deletions(-) delete mode 100644 chatto/config/application.properties delete mode 100644 chatto/config/messages.properties 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