diff --git a/ci_build/build.xml b/ci_build/build.xml index 6b66646..4df3720 100644 --- a/ci_build/build.xml +++ b/ci_build/build.xml @@ -17,6 +17,14 @@ + + + + + + + + diff --git a/environments/lion/config/api_config.json b/environments/lion/config/api_config.json deleted file mode 100644 index 1e72acd..0000000 --- a/environments/lion/config/api_config.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "url": "@ApiURLLion@", - "username": "@lcUsernameLion@", - "password": "@lcPasswordLion@" -} \ No newline at end of file diff --git a/environments/lion/config/queue_config.json b/environments/lion/config/queue_config.json deleted file mode 100644 index 20c1a40..0000000 --- a/environments/lion/config/queue_config.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "username": "@lcQueUsernameLion@", - "password": "@lcQuePasswordLion@", - "host": "@lcQueHostLion@", - "port": "@lcQuePortLion@", - "queue": "queueDocContentTypeImport" -} \ No newline at end of file diff --git a/environments/qa_node/config/api_config.json b/environments/qa_node/config/api_config.json deleted file mode 100644 index ad9f7a8..0000000 --- a/environments/qa_node/config/api_config.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "url": "@ApiURLQAN@", - "username": "@lcUsernameQAN@", - "password": "@lcPasswordQAN@" -} \ No newline at end of file diff --git a/environments/qa_node/config/queue_config.json b/environments/qa_node/config/queue_config.json deleted file mode 100644 index a2502d4..0000000 --- a/environments/qa_node/config/queue_config.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "username": "@lcQueUsernameQAN@", - "password": "@lcQuePasswordQAN@", - "host": "@lcQueHostQAN@", - "port": "@lcQuePortQAN@", - "queue": "queueDocContentTypeImport" -} \ No newline at end of file diff --git a/environments/test/config/api_config.json b/environments/test/config/api_config.json deleted file mode 100644 index c6d051b..0000000 --- a/environments/test/config/api_config.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "url": "@ApiURLTest@", - "username": "@lcUsernameTest@", - "password": "@lcPasswordTest@" -} \ No newline at end of file diff --git a/environments/test/config/queue_config.json b/environments/test/config/queue_config.json deleted file mode 100644 index b529bf1..0000000 --- a/environments/test/config/queue_config.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "username": "@lcQueUsernameTest@", - "password": "@lcQuePasswordTest@", - "host": "@lcQueHostTest@", - "port": "@lcQuePortTest@", - "queue": "queueDocContentTypeImport" -} \ No newline at end of file