Skip to content

Commit

Permalink
chore(config): reset to default values
Browse files Browse the repository at this point in the history
  • Loading branch information
itschip committed Dec 16, 2023
1 parent f727873 commit 3f9d97e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion config.default.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
},
"defaultContacts": [],
"disabledApps": [],
"apps": ["npwd_qb_garage"],
"apps": [],
"voiceMessage": {
"enabled": false,
"authorizationHeader": "Authorization",
Expand Down
8 changes: 4 additions & 4 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"exportFunction": "myCheckerFunction"
},
"general": {
"useResourceIntegration": true,
"useResourceIntegration": false,
"toggleKey": "f1",
"toggleCommand": "phone",
"defaultLanguage": "en"
Expand All @@ -21,8 +21,8 @@
},
"database": {
"useIdentifierPrefix": false,
"playerTable": "players",
"identifierColumn": "citizenid",
"playerTable": "users",
"identifierColumn": "identifier",
"identifierType": "license",
"profileQueries": true,
"phoneNumberColumn": "phone_number"
Expand All @@ -34,7 +34,7 @@
},
"defaultContacts": [],
"disabledApps": [],
"apps": ["npwd_qb_garage"],
"apps": [],
"voiceMessage": {
"enabled": false,
"authorizationHeader": "PE-Secret",
Expand Down

0 comments on commit 3f9d97e

Please sign in to comment.