Advertisement
denperss

config.json

Aug 26th, 2023
1,633
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 3.01 KB | None | 0 0
  1. {
  2.   "global": {
  3.     "loglevel": "debug",
  4.     "sessionSecret": "hidden",
  5.     "frontPopupEnable": true,
  6.     "frontPopupTitle": "DISCLAIMER",
  7.     "frontPopupContent": "",
  8.     "searchLocation": "bottom",
  9.     "theme": "EN",
  10.     "monitorName": "Pagermon"
  11.   },
  12.   "database": {
  13.     "file": "./messages.db",
  14.     "type": "sqlite3",
  15.     "aliasRefreshRequired": 0
  16.   },
  17.   "messages": {
  18.     "maxLimit": 120,
  19.     "defaultLimit": 20,
  20.     "duplicateFiltering": false,
  21.     "duplicateLimit": 10,
  22.     "duplicateTime": 60,
  23.     "rotationEnabled": true,
  24.     "rotateDays": 7,
  25.     "rotateKeep": 4,
  26.     "replaceText": [
  27.       {
  28.         "match": "firecall",
  29.         "replace": "This is a call about fires"
  30.       },
  31.       {
  32.         "match": "alert",
  33.         "highlight": true,
  34.         "replace": ""
  35.       },
  36.       {
  37.         "match": "aba",
  38.         "replace": "Brandalarm",
  39.         "highlight": true,
  40.         "selected": true
  41.       },
  42.       {
  43.         "match": "PRØVE",
  44.         "replace": "Radio Prøve",
  45.         "selected": true,
  46.         "highlight": true
  47.       },
  48.       {
  49.         "match": "Min. forurening-Oliefilm pÃ¥ vand",
  50.         "replace": "Min. forurening-Oliefilm pÃ¥ vand",
  51.         "selected": true,
  52.         "highlight": true
  53.       },
  54.       {
  55.         "match": "Bygn.brand-Lejlighed",
  56.         "replace": "Bygn.brand-Lejlighed",
  57.         "selected": true,
  58.         "highlight": true
  59.       },
  60.       {
  61.         "match": "Bygn.brand-Villa",
  62.         "replace": "Bygn.brand-Villa",
  63.         "selected": true,
  64.         "highlight": true
  65.       },
  66.       {
  67.         "match": "Ass.-",
  68.         "replace": "Assistance",
  69.         "selected": true,
  70.         "highlight": true
  71.       },
  72.       {
  73.         "match": "Skraldespand i det fri-Brand",
  74.         "replace": "Skraldespand i det fri-Brand",
  75.         "selected": true,
  76.         "highlight": true
  77.       }
  78.     ],
  79.     "pdwMode": false,
  80.     "adminShow": false,
  81.     "HideCapcode": false,
  82.     "HideSource": false,
  83.     "apiSecurity": false
  84.   },
  85.   "auth": {
  86.     "registration": true,
  87.     "user": "admin",
  88.     "encPass": "$2a$08$DeHIDDEN",
  89.     "keys": [
  90.       {
  91.         "name": "PDW",
  92.         "key": "HIDDEN",
  93.         "selected": true
  94.       },
  95.       {
  96.         "name": "HBR",
  97.         "key": "HIDDEN",
  98.         "selected": true
  99.       }
  100.     ]
  101.   },
  102.   "monitoring": {
  103.     "azureEnable": false,
  104.     "azureKey": "",
  105.     "gaEnable": false,
  106.     "gaTrackingCode": ""
  107.   },
  108.   "plugins": {
  109.     "Template": {
  110.       "enable": false
  111.     },
  112.     "SimpleWebhook": {
  113.       "enable": true,
  114.       "URL": "",
  115.       "filterMode": {
  116.         "value": "2",
  117.         "text": "All messages"
  118.       },
  119.       "sendAddress": true,
  120.       "sendMessage": true,
  121.       "sendSource": true,
  122.       "sendTimestamp": true,
  123.       "sendAgency": true,
  124.       "sendAlias": true,
  125.       "sendAliasId": true,
  126.       "sendIcon": true,
  127.       "sendColor": true
  128.     },
  129.     "MessageRepeat": {
  130.       "enable": false
  131.     },
  132.     "Telegram": {
  133.       "enable": true,
  134.       "teleAPIKEY": "hidden"
  135.     }
  136.   }
  137. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement