diff --git a/Chapter9-1-4/config-repo/didispace-dev.properties b/Chapter9-1-4/config-repo/didispace-dev.properties index 208e1304..5065af14 100644 --- a/Chapter9-1-4/config-repo/didispace-dev.properties +++ b/Chapter9-1-4/config-repo/didispace-dev.properties @@ -1 +1 @@ -from=git-dev-1.0 \ No newline at end of file +from=git-dev-2.0 \ No newline at end of file diff --git a/Chapter9-1-4/config-repo/didispace-prod.properties b/Chapter9-1-4/config-repo/didispace-prod.properties index e982d251..524c8b3b 100644 --- a/Chapter9-1-4/config-repo/didispace-prod.properties +++ b/Chapter9-1-4/config-repo/didispace-prod.properties @@ -1 +1 @@ -from=git-prod-1.0 \ No newline at end of file +from=git-prod-2.0 \ No newline at end of file diff --git a/Chapter9-1-4/config-repo/didispace-test.properties b/Chapter9-1-4/config-repo/didispace-test.properties index c8892f13..7fd16d98 100644 --- a/Chapter9-1-4/config-repo/didispace-test.properties +++ b/Chapter9-1-4/config-repo/didispace-test.properties @@ -1 +1 @@ -from=git-test-1.0 \ No newline at end of file +from=git-test-2.0 \ No newline at end of file diff --git a/Chapter9-1-4/config-repo/didispace.properties b/Chapter9-1-4/config-repo/didispace.properties index 11d146d2..344a29a0 100644 --- a/Chapter9-1-4/config-repo/didispace.properties +++ b/Chapter9-1-4/config-repo/didispace.properties @@ -1 +1,4 @@ -from=git-default-1.0 +from=git-default-2.0 + +password=password +password2={cipher}password \ No newline at end of file