CMS 2.0
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
{
|
||||
"enabled": true,
|
||||
"settings": {
|
||||
"broker_host": "localhost",
|
||||
"broker_port": 1883,
|
||||
"client_id": "codepress_cms",
|
||||
"username": "",
|
||||
"password": "",
|
||||
"topic_prefix": "codepress",
|
||||
"track_visitors": true,
|
||||
"track_pages": true,
|
||||
"track_performance": true,
|
||||
"session_timeout": 1800
|
||||
}
|
||||
}
|
||||
"broker_host": "mqtt.prive.noorlander.info",
|
||||
"broker_port": 1883,
|
||||
"client_id": "codepress_cms",
|
||||
"username": "",
|
||||
"password": "",
|
||||
"topic_prefix": "codepress",
|
||||
"track_visitors": true,
|
||||
"track_pages": true,
|
||||
"track_performance": true,
|
||||
"track_user_flows": true,
|
||||
"session_timeout": 1800,
|
||||
"geoip_database_path": "/plugins/MQTTTracker/GeoLite2-Country.mmdb"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user