MENU

Summary of cam.ini file for CAMServer

TOC

Introduction.

cam.ini You can customize the behavior of CAMServer by editing files.cam.ini Here's how to edit it:

  1. CAMServer stop
  2. Edit the CAMServer/cam.ini file
  3. CAMServer startup

This page applies to the browser version or mobile version, and does not apply to the LAN desktop version.

cam.ini setting items

access log

# HTTPアクセス毎にログを記録
cam.enableServerAccessLog=true
# 任意。上記ログにログイン認証時のEmailを追加(Emailは一部マスクされ記録されます)
cam.enableServerAccessLogEmail=true

Number of days to delete messages

# 365日経過したメッセージを自動で削除 (指定が無い場合は10年)
cam.deleteMessageDays=365

Number of days to remove files attached to messages

# 365日経過したメッセージの添付ファイルを自動で削除
cam.deleteMessageAttachmentDays=365

Maximum size of files that can be uploaded

# アップロードファイルのサイズ上限を500MBにする
cam.uploadSizeLimitMB=500

Disk Capacity Monitoring

By default, the administrator is notified when disk space exceeds 90%. The timing of the notification is at server startup and at 23:00 daily. 80% can be changed in the cam.ini file as follows

# ディスク容量チェックを80%に変更
cam.checkExceedingDiskCapacity=80

Redundancy and load balancing

Redundancy and load balancing settings see

TOC