curl --request GET \
--url http://localhost:3000/api/system/environment/local
{
"success": true,
"data": {}
}
Retrieve local environment variables from .env file
curl --request GET \
--url http://localhost:3000/api/system/environment/local
{
"success": true,
"data": {}
}
Local environment variables
The response is of type object
.
Was this page helpful?