diff --git a/config-repo/neo-config-dev.properties b/config-repo/neo-config-dev.properties new file mode 100644 index 0000000..1bd6d56 --- /dev/null +++ b/config-repo/neo-config-dev.properties @@ -0,0 +1 @@ +neo.hello=hello im dev \ No newline at end of file diff --git a/config-repo/neo-config-pro.properties b/config-repo/neo-config-pro.properties new file mode 100644 index 0000000..6f0d7e7 --- /dev/null +++ b/config-repo/neo-config-pro.properties @@ -0,0 +1 @@ +neo.hello=hello im pro \ No newline at end of file diff --git a/config-repo/neo-config-test.properties b/config-repo/neo-config-test.properties new file mode 100644 index 0000000..ae22e9a --- /dev/null +++ b/config-repo/neo-config-test.properties @@ -0,0 +1 @@ +neo.hello=hello im test \ No newline at end of file