Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "global": {
- "loglevel": "debug",
- "sessionSecret": "hidden",
- "frontPopupEnable": true,
- "frontPopupTitle": "DISCLAIMER",
- "frontPopupContent": "",
- "searchLocation": "bottom",
- "theme": "EN",
- "monitorName": "Pagermon"
- },
- "database": {
- "file": "./messages.db",
- "type": "sqlite3",
- "aliasRefreshRequired": 0
- },
- "messages": {
- "maxLimit": 120,
- "defaultLimit": 20,
- "duplicateFiltering": false,
- "duplicateLimit": 10,
- "duplicateTime": 60,
- "rotationEnabled": true,
- "rotateDays": 7,
- "rotateKeep": 4,
- "replaceText": [
- {
- "match": "firecall",
- "replace": "This is a call about fires"
- },
- {
- "match": "alert",
- "highlight": true,
- "replace": ""
- },
- {
- "match": "aba",
- "replace": "Brandalarm",
- "highlight": true,
- "selected": true
- },
- {
- "match": "PRØVE",
- "replace": "Radio Prøve",
- "selected": true,
- "highlight": true
- },
- {
- "match": "Min. forurening-Oliefilm på vand",
- "replace": "Min. forurening-Oliefilm på vand",
- "selected": true,
- "highlight": true
- },
- {
- "match": "Bygn.brand-Lejlighed",
- "replace": "Bygn.brand-Lejlighed",
- "selected": true,
- "highlight": true
- },
- {
- "match": "Bygn.brand-Villa",
- "replace": "Bygn.brand-Villa",
- "selected": true,
- "highlight": true
- },
- {
- "match": "Ass.-",
- "replace": "Assistance",
- "selected": true,
- "highlight": true
- },
- {
- "match": "Skraldespand i det fri-Brand",
- "replace": "Skraldespand i det fri-Brand",
- "selected": true,
- "highlight": true
- }
- ],
- "pdwMode": false,
- "adminShow": false,
- "HideCapcode": false,
- "HideSource": false,
- "apiSecurity": false
- },
- "auth": {
- "registration": true,
- "user": "admin",
- "encPass": "$2a$08$DeHIDDEN",
- "keys": [
- {
- "name": "PDW",
- "key": "HIDDEN",
- "selected": true
- },
- {
- "name": "HBR",
- "key": "HIDDEN",
- "selected": true
- }
- ]
- },
- "monitoring": {
- "azureEnable": false,
- "azureKey": "",
- "gaEnable": false,
- "gaTrackingCode": ""
- },
- "plugins": {
- "Template": {
- "enable": false
- },
- "SimpleWebhook": {
- "enable": true,
- "URL": "",
- "filterMode": {
- "value": "2",
- "text": "All messages"
- },
- "sendAddress": true,
- "sendMessage": true,
- "sendSource": true,
- "sendTimestamp": true,
- "sendAgency": true,
- "sendAlias": true,
- "sendAliasId": true,
- "sendIcon": true,
- "sendColor": true
- },
- "MessageRepeat": {
- "enable": false
- },
- "Telegram": {
- "enable": true,
- "teleAPIKEY": "hidden"
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement