remove .env + config file, we will manually add as these are part of the .gitignore

This commit is contained in:
Cédric Verstraeten
2025-05-14 14:36:16 +02:00
parent 3a984f1c73
commit 12807e289c
2 changed files with 0 additions and 125 deletions
-4
View File
@@ -1,4 +0,0 @@
AGENT_NAME=mycamera
AGENT_TIMEZONE=Europe/Brussels
AGENT_CAPTURE_IPCAMERA_RTSP=rtsp://fake.kerberos.io/stream
AGENT_CAPTURE_CONTINUOUS=true
-121
View File
@@ -1,121 +0,0 @@
{
"type": "",
"key": "",
"name": "agent",
"time": "false",
"offline": "false",
"auto_clean": "true",
"remove_after_upload": "true",
"max_directory_size": 100,
"timezone": "Africa/Ceuta",
"capture": {
"name": "",
"ipcamera": {
"rtsp": "",
"sub_rtsp": "",
"fps": ""
},
"usbcamera": {
"device": ""
},
"raspicamera": {
"device": ""
},
"continuous": "false",
"recording": "true",
"snapshots": "true",
"liveview": "true",
"motion": "true",
"postrecording": 20,
"prerecording": 10,
"maxlengthrecording": 30,
"transcodingwebrtc": "",
"transcodingresolution": 0,
"forwardwebrtc": "",
"fragmented": "false",
"fragmentedduration": 8,
"pixelChangeThreshold": 150
},
"timetable": [
{
"start1": 0,
"end1": 43199,
"start2": 43200,
"end2": 86400
},
{
"start1": 0,
"end1": 43199,
"start2": 43200,
"end2": 86400
},
{
"start1": 0,
"end1": 43199,
"start2": 43200,
"end2": 86400
},
{
"start1": 0,
"end1": 43199,
"start2": 43200,
"end2": 86400
},
{
"start1": 0,
"end1": 43199,
"start2": 43200,
"end2": 86400
},
{
"start1": 0,
"end1": 43199,
"start2": 43200,
"end2": 86400
},
{
"start1": 0,
"end1": 43199,
"start2": 43200,
"end2": 86400
}
],
"region": {
"name": "",
"rectangle": {
"x1": 0,
"y1": 0,
"x2": 800,
"y2": 640
},
"polygon": []
},
"cloud": "s3",
"s3": {
"proxyuri": "http://proxy.kerberos.io",
"bucket": "kerberosaccept",
"region": "eu-west-1"
},
"kstorage": {},
"kstorage_secondary": {},
"dropbox": {},
"mqtturi": "tcp://mqtt.kerberos.io:1883",
"mqtt_username": "",
"mqtt_password": "",
"stunuri": "stun:turn.kerberos.io:8443",
"turn_force": "false",
"turnuri": "turn:turn.kerberos.io:8443",
"turn_username": "username1",
"turn_password": "password1",
"heartbeaturi": "",
"hub_encryption": "true",
"hub_uri": "https://api.cloud.kerberos.io",
"hub_key": "",
"hub_private_key": "",
"hub_site": "",
"condition_uri": "",
"encryption": {},
"realtimeprocessing": "false",
"realtimeprocessing_topic": ""
}