From 07b313b0929611b63d7660e3416b94bf2a699c5b Mon Sep 17 00:00:00 2001 From: liuzhaolu Date: Wed, 8 Nov 2017 16:12:43 +0800 Subject: [PATCH] 提交配置文件库 --- config-repo/application-dev.properties | 1 + config-repo/application-prod.properties | 1 + config-repo/application-test.properties | 1 + config-repo/application.properties | 1 + 4 files changed, 4 insertions(+), 0 deletions(-) create mode 100644 config-repo/application-dev.properties create mode 100644 config-repo/application-prod.properties create mode 100644 config-repo/application-test.properties create mode 100644 config-repo/application.properties diff --git a/config-repo/application-dev.properties b/config-repo/application-dev.properties new file mode 100644 index 0000000..5cc8f46 --- /dev/null +++ b/config-repo/application-dev.properties @@ -0,0 +1 @@ +from=get-dev-1.0 \ No newline at end of file diff --git a/config-repo/application-prod.properties b/config-repo/application-prod.properties new file mode 100644 index 0000000..222d014 --- /dev/null +++ b/config-repo/application-prod.properties @@ -0,0 +1 @@ +from=get-prod-1.0 \ No newline at end of file diff --git a/config-repo/application-test.properties b/config-repo/application-test.properties new file mode 100644 index 0000000..64c8c58 --- /dev/null +++ b/config-repo/application-test.properties @@ -0,0 +1 @@ +from=get-test-1.0 \ No newline at end of file diff --git a/config-repo/application.properties b/config-repo/application.properties new file mode 100644 index 0000000..2190fa6 --- /dev/null +++ b/config-repo/application.properties @@ -0,0 +1 @@ +from=get-default-1.0 \ No newline at end of file -- libgit2 0.21.4