aboutsummaryrefslogtreecommitdiffstats
path: root/champ-service/appconfig-local
diff options
context:
space:
mode:
authormichaere <michaere@amdocs.com>2018-03-05 16:33:32 +0000
committermichaere <michaere@amdocs.com>2018-03-07 11:17:22 +0000
commitc74f7b13b573386e70c10721fc391624ee792ed6 (patch)
treeb44995474ff938b4b03c9b234f95b71bc75d6b79 /champ-service/appconfig-local
parent9fc28cff11a4b570618c0f533ce9de6209a5dd0c (diff)
Port champ-microservice project restructure
Includes project restructure and introduction of a parent pom. The original source folder and core functionality is now held within champ-lib, with champ-service forming the ajsc microservice from which it injects champ-lib core functionality. Issue-ID: AAI-813 Change-Id: I2ce0c4a70e485665276e7955572de23969deb706 Signed-off-by: michaere <michaere@amdocs.com>
Diffstat (limited to 'champ-service/appconfig-local')
-rw-r--r--champ-service/appconfig-local/auth/champion-service_policy.json-REPLACE1
-rw-r--r--champ-service/appconfig-local/auth/tomcat_keystore-REPLACE1
-rw-r--r--champ-service/appconfig-local/champ-api.properties-REPLACE7
3 files changed, 9 insertions, 0 deletions
diff --git a/champ-service/appconfig-local/auth/champion-service_policy.json-REPLACE b/champ-service/appconfig-local/auth/champion-service_policy.json-REPLACE
new file mode 100644
index 0000000..ee9bf44
--- /dev/null
+++ b/champ-service/appconfig-local/auth/champion-service_policy.json-REPLACE
@@ -0,0 +1 @@
+This should be replaced with an actual policy file \ No newline at end of file
diff --git a/champ-service/appconfig-local/auth/tomcat_keystore-REPLACE b/champ-service/appconfig-local/auth/tomcat_keystore-REPLACE
new file mode 100644
index 0000000..cfc37ff
--- /dev/null
+++ b/champ-service/appconfig-local/auth/tomcat_keystore-REPLACE
@@ -0,0 +1 @@
+Place keystore here \ No newline at end of file
diff --git a/champ-service/appconfig-local/champ-api.properties-REPLACE b/champ-service/appconfig-local/champ-api.properties-REPLACE
new file mode 100644
index 0000000..9ad9b33
--- /dev/null
+++ b/champ-service/appconfig-local/champ-api.properties-REPLACE
@@ -0,0 +1,7 @@
+Replace with your actual properties file. Should contain something like:
+
+keyName=aai-uuid
+sourceOfTruthName=source-of-truth
+createdTsName=aai-created-ts
+lastModTsName=aai-last-mod-ts
+collectionPropertiesKey=properties \ No newline at end of file