Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable unused features #1318

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions auth/custom_user_data.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"enabled": false
}
7 changes: 7 additions & 0 deletions auth/providers.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"api-key": {
"name": "api-key",
"type": "api-key",
"disabled": true
}
}
10 changes: 10 additions & 0 deletions data_sources/mongodb-atlas/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "mongodb-atlas",
"type": "mongodb-atlas",
"config": {
"clusterName": "Dbot",
"readPreference": "primary",
"wireProtocolEnabled": false
},
"version": 1
}
3 changes: 3 additions & 0 deletions environments/development.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"values": {}
}
3 changes: 3 additions & 0 deletions environments/no-environment.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"values": {}
}
3 changes: 3 additions & 0 deletions environments/production.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"values": {}
}
3 changes: 3 additions & 0 deletions environments/qa.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"values": {}
}
3 changes: 3 additions & 0 deletions environments/testing.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"values": {}
}
1 change: 1 addition & 0 deletions functions/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[]
4 changes: 4 additions & 0 deletions graphql/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"use_natural_pluralization": true,
"disable_schema_introspection": false
}
1 change: 1 addition & 0 deletions http_endpoints/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[]
8 changes: 8 additions & 0 deletions realm_config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"app_id": "application-0-lmgeh",
"config_version": 20210101,
"name": "Application-0",
"location": "US-VA",
"provider_region": "aws-us-east-1",
"deployment_model": "LOCAL"
}
3 changes: 3 additions & 0 deletions sync/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"development_mode_enabled": false
}