file_transfer_interval/config/send_and_pub_config.json

19 lines
546 B
JSON
Raw Normal View History

2023-09-06 10:02:39 +00:00
{
"amqp_url": "13.209.39.139",
"amqp_port": 30747,
"amqp_vhost": "/",
"amqp_id": "sdt",
"amqp_pw": "251327",
"amqp_queue": "gseps-mq",
"Minio_url": "http://13.209.39.139:31191",
"AccessKey":"VV2gooVNevRAIg7HrXQr",
"SecretKey":"epJmFWxwfzUUgYeyDqLa8ouitHZaWTwAvPfPNUBL",
"Boto3SignatureVersion":"s3v4",
"Boto3RegionName":"us-east-1",
"BucketName":"gseps-test-a",
2023-09-07 05:30:58 +00:00
"file_save_path": "/home/sdt/Workspace/gseps/image_acquisition/capture/",
"remote_save_path": "",
2023-09-06 10:02:39 +00:00
"delete_sended_file_flag": true,
"send_interval":30
}