From 1eed2938b8070aff5dadcf27c51b4645f2a2778a Mon Sep 17 00:00:00 2001 From: liuzhaolu Date: Wed, 8 Nov 2017 16:32:46 +0800 Subject: [PATCH] ttt --- config-repo/application-dev.yml | 1 + config-repo/application-prod.yml | 1 + config-repo/application-test.yml | 1 + config-repo/application.yml | 1 + 4 files changed, 4 insertions(+), 0 deletions(-) create mode 100644 config-repo/application-dev.yml create mode 100644 config-repo/application-prod.yml create mode 100644 config-repo/application-test.yml create mode 100644 config-repo/application.yml diff --git a/config-repo/application-dev.yml b/config-repo/application-dev.yml new file mode 100644 index 0000000..42783ad --- /dev/null +++ b/config-repo/application-dev.yml @@ -0,0 +1 @@ +from: get-dev-2.0 \ No newline at end of file diff --git a/config-repo/application-prod.yml b/config-repo/application-prod.yml new file mode 100644 index 0000000..ff8e1a1 --- /dev/null +++ b/config-repo/application-prod.yml @@ -0,0 +1 @@ +from: get-prod-2.0 \ No newline at end of file diff --git a/config-repo/application-test.yml b/config-repo/application-test.yml new file mode 100644 index 0000000..927734b --- /dev/null +++ b/config-repo/application-test.yml @@ -0,0 +1 @@ +from: get-test-2.0 \ No newline at end of file diff --git a/config-repo/application.yml b/config-repo/application.yml new file mode 100644 index 0000000..5903293 --- /dev/null +++ b/config-repo/application.yml @@ -0,0 +1 @@ +from: get-default-1.0 \ No newline at end of file -- libgit2 0.21.4