Browse Source

add icp_code

visuddhinanda 2 years ago
parent
commit
3189fbbf9a
1 changed files with 4 additions and 0 deletions
  1. 4 0
      config/mint.php

+ 4 - 0
config/mint.php

@@ -1,6 +1,10 @@
 <?php
 
 return [
+    'app'=>[
+        'icp_code'=>env('APP_ICP_CODE', ''),
+        'mps_code'=>env('APP_MPS_CODE', ''),
+    ],
 
     'snowflake'=>[
         'data_center_id' => env('SNOWFLAKE_DATA_CENTER_ID', 1),