From 9db006f3693d96af8b68ebc62ae55494e9e67406 Mon Sep 17 00:00:00 2001 From: Titouan Labourdette Date: Sat, 4 Dec 2021 17:59:51 +0100 Subject: [PATCH] added configs file --- client-service-dev.properties | 4 ++++ client-service.properties | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 client-service-dev.properties create mode 100644 client-service.properties diff --git a/client-service-dev.properties b/client-service-dev.properties new file mode 100644 index 0000000..19c2a34 --- /dev/null +++ b/client-service-dev.properties @@ -0,0 +1,4 @@ +db.connection=type de connection dev +db.host=128.2.2.0 +db.port=1400 +server.port=8088 \ No newline at end of file diff --git a/client-service.properties b/client-service.properties new file mode 100644 index 0000000..67d5097 --- /dev/null +++ b/client-service.properties @@ -0,0 +1,4 @@ +db.connection=type de connection +db.host=128.1.1.0 +db.port=1200 +server.port=8087 \ No newline at end of file