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