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