From cbf0ffc7d3821ccd5e4c223bf196be42037c1437 Mon Sep 17 00:00:00 2001 From: Unknown <53575465+EndlessEevee@users.noreply.github.com> Date: Mon, 8 Apr 2024 19:52:24 -0700 Subject: [PATCH] Revert "Initial deployment from App Services" This reverts commit 920ac85282ea969f8902e4ea1295f19435197d1c. --- .mdb/meta.json | 7 ------- auth/custom_user_data.json | 3 --- auth/providers.json | 7 ------- data_sources/mongodb-atlas/config.json | 10 ---------- environments/development.json | 3 --- environments/no-environment.json | 3 --- environments/production.json | 3 --- environments/qa.json | 3 --- environments/testing.json | 3 --- functions/config.json | 1 - graphql/config.json | 4 ---- graphql/validation_settings.json | 6 ------ hosting/config.json | 3 --- http_endpoints/config.json | 1 - realm_config.json | 8 -------- sync/config.json | 3 --- 16 files changed, 68 deletions(-) delete mode 100644 .mdb/meta.json delete mode 100644 auth/custom_user_data.json delete mode 100644 auth/providers.json delete mode 100644 data_sources/mongodb-atlas/config.json delete mode 100644 environments/development.json delete mode 100644 environments/no-environment.json delete mode 100644 environments/production.json delete mode 100644 environments/qa.json delete mode 100644 environments/testing.json delete mode 100644 functions/config.json delete mode 100644 graphql/config.json delete mode 100644 graphql/validation_settings.json delete mode 100644 hosting/config.json delete mode 100644 http_endpoints/config.json delete mode 100644 realm_config.json delete mode 100644 sync/config.json diff --git a/.mdb/meta.json b/.mdb/meta.json deleted file mode 100644 index 1d2ab42..0000000 --- a/.mdb/meta.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "config_version": 20210101, - "app_id": "661483576d0e46ffe1bff797", - "group_id": "660edeebe7feb624bf0015ea", - "client_app_id": "application-0-dsxej", - "last_pulled": 1712620381 -} diff --git a/auth/custom_user_data.json b/auth/custom_user_data.json deleted file mode 100644 index a82d0fb..0000000 --- a/auth/custom_user_data.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "enabled": false -} diff --git a/auth/providers.json b/auth/providers.json deleted file mode 100644 index e47c4d4..0000000 --- a/auth/providers.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "api-key": { - "name": "api-key", - "type": "api-key", - "disabled": true - } -} diff --git a/data_sources/mongodb-atlas/config.json b/data_sources/mongodb-atlas/config.json deleted file mode 100644 index 9913676..0000000 --- a/data_sources/mongodb-atlas/config.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "name": "mongodb-atlas", - "type": "mongodb-atlas", - "config": { - "clusterName": "Cluster0", - "readPreference": "primary", - "wireProtocolEnabled": false - }, - "version": 1 -} diff --git a/environments/development.json b/environments/development.json deleted file mode 100644 index ad7e98e..0000000 --- a/environments/development.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "values": {} -} diff --git a/environments/no-environment.json b/environments/no-environment.json deleted file mode 100644 index ad7e98e..0000000 --- a/environments/no-environment.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "values": {} -} diff --git a/environments/production.json b/environments/production.json deleted file mode 100644 index ad7e98e..0000000 --- a/environments/production.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "values": {} -} diff --git a/environments/qa.json b/environments/qa.json deleted file mode 100644 index ad7e98e..0000000 --- a/environments/qa.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "values": {} -} diff --git a/environments/testing.json b/environments/testing.json deleted file mode 100644 index ad7e98e..0000000 --- a/environments/testing.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "values": {} -} diff --git a/functions/config.json b/functions/config.json deleted file mode 100644 index fe51488..0000000 --- a/functions/config.json +++ /dev/null @@ -1 +0,0 @@ -[] diff --git a/graphql/config.json b/graphql/config.json deleted file mode 100644 index 406b1ab..0000000 --- a/graphql/config.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "use_natural_pluralization": true, - "disable_schema_introspection": false -} diff --git a/graphql/validation_settings.json b/graphql/validation_settings.json deleted file mode 100644 index a112d6f..0000000 --- a/graphql/validation_settings.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "read_validation_action": "ERROR", - "read_validation_level": "STRICT", - "write_validation_action": "ERROR", - "write_validation_level": "STRICT" -} diff --git a/hosting/config.json b/hosting/config.json deleted file mode 100644 index a82d0fb..0000000 --- a/hosting/config.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "enabled": false -} diff --git a/http_endpoints/config.json b/http_endpoints/config.json deleted file mode 100644 index fe51488..0000000 --- a/http_endpoints/config.json +++ /dev/null @@ -1 +0,0 @@ -[] diff --git a/realm_config.json b/realm_config.json deleted file mode 100644 index 975490f..0000000 --- a/realm_config.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "app_id": "application-0-dsxej", - "config_version": 20210101, - "name": "Application-0", - "provider_region": "aws-us-east-1", - "deployment_model": "LOCAL", - "environment": "development" -} diff --git a/sync/config.json b/sync/config.json deleted file mode 100644 index 7c96b61..0000000 --- a/sync/config.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "development_mode_enabled": false -}