mirror of
https://github.com/System-End/Discord-Bot.git
synced 2026-04-19 15:18:21 +00:00
Initial deployment from App Services
This commit is contained in:
parent
86813cd7c4
commit
920ac85282
16 changed files with 68 additions and 0 deletions
7
.mdb/meta.json
Normal file
7
.mdb/meta.json
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"config_version": 20210101,
|
||||
"app_id": "661483576d0e46ffe1bff797",
|
||||
"group_id": "660edeebe7feb624bf0015ea",
|
||||
"client_app_id": "application-0-dsxej",
|
||||
"last_pulled": 1712620381
|
||||
}
|
||||
3
auth/custom_user_data.json
Normal file
3
auth/custom_user_data.json
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"enabled": false
|
||||
}
|
||||
7
auth/providers.json
Normal file
7
auth/providers.json
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"api-key": {
|
||||
"name": "api-key",
|
||||
"type": "api-key",
|
||||
"disabled": true
|
||||
}
|
||||
}
|
||||
10
data_sources/mongodb-atlas/config.json
Normal file
10
data_sources/mongodb-atlas/config.json
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"name": "mongodb-atlas",
|
||||
"type": "mongodb-atlas",
|
||||
"config": {
|
||||
"clusterName": "Cluster0",
|
||||
"readPreference": "primary",
|
||||
"wireProtocolEnabled": false
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
3
environments/development.json
Normal file
3
environments/development.json
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"values": {}
|
||||
}
|
||||
3
environments/no-environment.json
Normal file
3
environments/no-environment.json
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"values": {}
|
||||
}
|
||||
3
environments/production.json
Normal file
3
environments/production.json
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"values": {}
|
||||
}
|
||||
3
environments/qa.json
Normal file
3
environments/qa.json
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"values": {}
|
||||
}
|
||||
3
environments/testing.json
Normal file
3
environments/testing.json
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"values": {}
|
||||
}
|
||||
1
functions/config.json
Normal file
1
functions/config.json
Normal file
|
|
@ -0,0 +1 @@
|
|||
[]
|
||||
4
graphql/config.json
Normal file
4
graphql/config.json
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"use_natural_pluralization": true,
|
||||
"disable_schema_introspection": false
|
||||
}
|
||||
6
graphql/validation_settings.json
Normal file
6
graphql/validation_settings.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"read_validation_action": "ERROR",
|
||||
"read_validation_level": "STRICT",
|
||||
"write_validation_action": "ERROR",
|
||||
"write_validation_level": "STRICT"
|
||||
}
|
||||
3
hosting/config.json
Normal file
3
hosting/config.json
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"enabled": false
|
||||
}
|
||||
1
http_endpoints/config.json
Normal file
1
http_endpoints/config.json
Normal file
|
|
@ -0,0 +1 @@
|
|||
[]
|
||||
8
realm_config.json
Normal file
8
realm_config.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"app_id": "application-0-dsxej",
|
||||
"config_version": 20210101,
|
||||
"name": "Application-0",
|
||||
"provider_region": "aws-us-east-1",
|
||||
"deployment_model": "LOCAL",
|
||||
"environment": "development"
|
||||
}
|
||||
3
sync/config.json
Normal file
3
sync/config.json
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"development_mode_enabled": false
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue