We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 004770f commit 219a4eaCopy full SHA for 219a4ea
application/configuration/configuring.md
@@ -144,7 +144,10 @@ return [
144
'CHEVERETO_SERVICING' => 'server',
145
'CHEVERETO_SESSION_SAVE_HANDLER' => 'files',
146
'CHEVERETO_SESSION_SAVE_PATH' => '/tmp',
147
+ 'CHEVERETO_TENANT' => '',
148
'CHEVERETO_TENANT_ENFORCED' => '{}',
149
+ 'CHEVERETO_TENANTS_API_ALLOW_LIST' => '',
150
+ 'CHEVERETO_TENANTS_PUBLIC_KEY' => '',
151
'CHEVERETO_XRDEBUG_HOST' => 'localhost',
152
'CHEVERETO_XRDEBUG_HTTPS' => '0',
153
'CHEVERETO_XRDEBUG_KEY' => '',
0 commit comments