autocde.php 161 B

12345
  1. <?php
  2. return [
  3. 'company_default_storage_limit_size' => env("AUTOCDE_COMPANY_DEFAULT_STORAGE_LIMIT_SIZE", 10 * 1024), //公司默认存储容量单位 Mb
  4. ];