From d1f3bb7e6f54c830927822e98337ef8b80c4370c Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Wed, 24 Jun 2020 10:29:51 +0700 Subject: [PATCH] Updated --- src/main/resources/bootstrap.yml | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 src/main/resources/bootstrap.yml diff --git a/src/main/resources/bootstrap.yml b/src/main/resources/bootstrap.yml deleted file mode 100644 index 7db5dda..0000000 --- a/src/main/resources/bootstrap.yml +++ /dev/null @@ -1,9 +0,0 @@ -spring: - application: - name: config-client-sample - cloud: - config: - uri: ${CONFIG_URL:https://config-apren.cubetiqs.com} - profile: config-client-sample - username: anyUsername - password: anyPassword \ No newline at end of file