FilamentF
Filament2y ago
4 replies
GHOST-117

How to access files from .env

MQTT_CA_CERT_PATH_PROD=/../../Cert/prod/ca-chain.crt 


i have given a path to a cert directory and accessing it in my config file

'MQTT_CA_CERT_PATH' => env('MQTT_CA_CERT_PATH_PROD'), 


but gives an error .....
how to access that
Screenshot_from_2024-05-13_15-41-08.png
Was this page helpful?