|
67 | 67 | 'environment' => [ |
68 | 68 | 'form' => [ |
69 | 69 | 'rules' => [ |
70 | | - 'app_name' => 'required|string|max:50', |
| 70 | + 'app_name' => 'required|string', |
71 | 71 | 'app_domain' => 'required|string', |
72 | 72 | 'app_admin_email' => 'required|email', |
73 | | - 'app_env' => 'required|string|max:50', |
| 73 | + 'app_env' => 'required|string', |
74 | 74 | 'app_debug' => 'required|string', |
75 | | - 'log_level' => 'required|string|max:50', |
| 75 | + 'log_level' => 'required|string', |
76 | 76 | 'app_url' => 'required|url', |
77 | | - 'database_connection' => 'required|string|max:50', |
78 | | - 'database_hostname' => 'required|string|max:50', |
| 77 | + 'database_connection' => 'required|string', |
| 78 | + 'database_hostname' => 'required|string', |
79 | 79 | 'database_port' => 'required|numeric', |
80 | | - 'database_name' => 'required|string|max:50', |
81 | | - 'database_username' => 'required|string|max:50', |
82 | | - 'database_password' => 'nullable|string|max:50', |
83 | | - 'broadcast_driver' => 'required|string|max:50', |
84 | | - 'cache_driver' => 'required|string|max:50', |
85 | | - 'session_driver' => 'required|string|max:50', |
86 | | - 'queue_driver' => 'required|string|max:50', |
87 | | - 'redis_hostname' => 'required|string|max:50', |
88 | | - 'redis_password' => 'required|string|max:50', |
| 80 | + 'database_name' => 'required|string', |
| 81 | + 'database_username' => 'required|string', |
| 82 | + 'database_password' => 'nullable|string', |
| 83 | + 'broadcast_driver' => 'required|string', |
| 84 | + 'cache_driver' => 'required|string', |
| 85 | + 'session_driver' => 'required|string', |
| 86 | + 'queue_driver' => 'required|string', |
| 87 | + 'redis_hostname' => 'required|string', |
| 88 | + 'redis_password' => 'required|string', |
89 | 89 | 'redis_port' => 'required|numeric', |
90 | | - 'mail_driver' => 'required|string|max:50', |
91 | | - 'mail_host' => 'required|string|max:50', |
92 | | - 'mail_port' => 'required|string|max:50', |
93 | | - 'mail_username' => 'required|string|max:50', |
94 | | - 'mail_password' => 'required|string|max:50', |
95 | | - 'mail_encryption' => 'required|string|max:50', |
96 | | - 'pusher_app_id' => 'max:50', |
97 | | - 'pusher_app_key' => 'max:50', |
98 | | - 'pusher_app_secret' => 'max:50', |
99 | | - 'recaptcha_site_key' => 'required|string|max:50', |
100 | | - 'recaptcha_secret_key' => 'required|string|max:50', |
| 90 | + 'mail_driver' => 'required|string', |
| 91 | + 'mail_host' => 'required|string', |
| 92 | + 'mail_port' => 'required|string', |
| 93 | + 'mail_username' => 'required|string', |
| 94 | + 'mail_password' => 'required|string', |
| 95 | + 'mail_encryption' => 'required|string', |
| 96 | + 'pusher_app_id' => 'string', |
| 97 | + 'pusher_app_key' => 'string', |
| 98 | + 'pusher_app_secret' => 'string', |
| 99 | + 'recaptcha_site_key' => 'required|string', |
| 100 | + 'recaptcha_secret_key' => 'required|string', |
101 | 101 | 'cashier_currency' => 'required|string', |
102 | | - 'stripe_key' => 'required|string|max:100', |
103 | | - 'stripe_secret' => 'required|string|max:100', |
104 | | - 'stripe_webhook_secret' => 'required|string|max:100', |
| 102 | + 'stripe_key' => 'required|string', |
| 103 | + 'stripe_secret' => 'required|string', |
| 104 | + 'stripe_webhook_secret' => 'required|string', |
105 | 105 | ], |
106 | 106 | ], |
107 | 107 | ], |
|
0 commit comments