e047d8f9ac
+ Added the phone which is working already. + Added RP-Radio for testing.
52 lines
1.2 KiB
Plaintext
52 lines
1.2 KiB
Plaintext
{
|
|
"PhoneAsItem": {
|
|
"enabled": false,
|
|
"exportResource": "my-core-resource",
|
|
"exportFunction": "myCheckerFunction"
|
|
},
|
|
"general": {
|
|
"useResourceIntegration": false,
|
|
"toggleKey": "f1",
|
|
"toggleCommand": "phone"
|
|
},
|
|
"database": {
|
|
"useIdentifierPrefix": false,
|
|
"playerTable": "users",
|
|
"identifierColumn": "identifier",
|
|
"identifierType": "license",
|
|
"profileQueries": true,
|
|
"phoneNumberColumn": "phone_number"
|
|
},
|
|
"images": {
|
|
"url": "https://api.imgur.com/3/image",
|
|
"type": "imgur",
|
|
"imageEncoding": "jpg",
|
|
"contentType": "multipart/form-data",
|
|
"authorizationPrefix": "Client-ID",
|
|
"useAuthorization": true,
|
|
"returnedDataIndexes": ["data", "link"]
|
|
},
|
|
"twitter": {
|
|
"showNotifications": true,
|
|
"generateProfileNameFromUsers": true,
|
|
"allowEditableProfileName": true,
|
|
"allowDeleteTweets": true,
|
|
"allowReportTweets": true,
|
|
"characterLimit": 160,
|
|
"newLineLimit": 10,
|
|
"enableAvatars": true,
|
|
"enableEmojis": true,
|
|
"enableImages": true,
|
|
"maxImages": 3
|
|
},
|
|
"match": {
|
|
"generateProfileNameFromUsers": true,
|
|
"allowEditableProfileName": true
|
|
},
|
|
"debug": {
|
|
"level": "silly",
|
|
"enabled": true,
|
|
"sentryEnabled": true
|
|
}
|
|
}
|