stats4sd / aec_portfolio

A proof of concept for the AEC Consortium Project Management / Assessment System
GNU General Public License v3.0
0 stars 0 forks source link

enable telescope in production for site admins #157

Closed dave-mills closed 1 year ago

dave-mills commented 1 year ago

This PR allows site admins to review the Laravel Telescope logs in production environments.

dave-mills commented 1 year ago

@dan-tang-ssd - to check, you can set your local environment to APP_ENV=prod and APP_DEBUG=false

dan-tang-ssd commented 1 year ago

Update .env file as per advised. Performed testing with positive result.

image


Login as site admin, telescope is accessible

image

image


Login as institutional admin, telescope is not assessible

image

image