diff --git a/ci_build/build.xml b/ci_build/build.xml
index 2d582fa..783c94d 100644
--- a/ci_build/build.xml
+++ b/ci_build/build.xml
@@ -33,6 +33,14 @@
+
+
+
+
+
+
+
+
diff --git a/environments/staging/config/api_config.json b/environments/staging/config/api_config.json
new file mode 100644
index 0000000..c279873
--- /dev/null
+++ b/environments/staging/config/api_config.json
@@ -0,0 +1,5 @@
+{
+ "url": "@ApiURLStaging@",
+ "username": "@lcUsernameStaging@",
+ "password": "@lcPasswordStaging@"
+}
\ No newline at end of file
diff --git a/environments/staging/config/queue_config.json b/environments/staging/config/queue_config.json
new file mode 100644
index 0000000..fa80fc6
--- /dev/null
+++ b/environments/staging/config/queue_config.json
@@ -0,0 +1,7 @@
+{
+ "username": "@lcQueUsernameStaging@",
+ "password": "@lcQuePasswordStaging@",
+ "host": "@lcQueHostStaging@",
+ "port": "@lcQuePortStaging@",
+ "queue": "queueDocContentTypeImport"
+}
\ No newline at end of file