refinement[TW19333]: Add common demo db review checklist

Change-Id: If7fd14525a67a778512bc3232590b54e81f8405b
diff --git a/plugins/org.eclipse.osee.ats.ide/src/org/eclipse/osee/ats/ide/util/widgets/XAttachmentExampleWidget.java b/plugins/org.eclipse.osee.ats.ide/src/org/eclipse/osee/ats/ide/util/widgets/XAttachmentExampleWidget.java
index 23bb5f3..1fbcb79 100644
--- a/plugins/org.eclipse.osee.ats.ide/src/org/eclipse/osee/ats/ide/util/widgets/XAttachmentExampleWidget.java
+++ b/plugins/org.eclipse.osee.ats.ide/src/org/eclipse/osee/ats/ide/util/widgets/XAttachmentExampleWidget.java
@@ -34,6 +34,7 @@
    private static final String LABEL = "Select Peer Review Checklist to Attach";
    public static final Object WIDGET_ID = XAttachmentExampleWidget.class.getSimpleName();
    private static String PEER_REVIEW_CHECKLIST_STATIC_ID = "7244494692772089382";
+   public static String ATTACHMENT_EXAMPLE_KEY = "XAttachmentExampleWidget";
 
    public XAttachmentExampleWidget() {
       super(LABEL, "");
diff --git a/plugins/org.eclipse.osee.ats.rest/src/org/eclipse/osee/ats/rest/internal/config/AtsDbConfigBase.java b/plugins/org.eclipse.osee.ats.rest/src/org/eclipse/osee/ats/rest/internal/config/AtsDbConfigBase.java
index c12c405..e63eb13 100644
--- a/plugins/org.eclipse.osee.ats.rest/src/org/eclipse/osee/ats/rest/internal/config/AtsDbConfigBase.java
+++ b/plugins/org.eclipse.osee.ats.rest/src/org/eclipse/osee/ats/rest/internal/config/AtsDbConfigBase.java
@@ -164,7 +164,7 @@
       checklists.addAttachment(new AtsAttachment("W_Document_Checklist", "osee", DemoBranches.Processes));
       checklists.addAttachment(new AtsAttachment("W_Process_Checklist", "osee", DemoBranches.Processes));
       String jsonToStore = atsApi.jaxRsApi().toJson(checklists);
-      atsApi.setConfigValue("WalkthroughChecklist", jsonToStore);
+      atsApi.setConfigValue("XAttachmentExampleWidget", jsonToStore);
 
       // Create Top Folder on Processes Branch
       IAtsChangeSet changes = atsApi.createChangeSet("Create WT Attachment Folder", DemoBranches.Processes);