Created
June 6, 2020 09:23
-
-
Save tslim/f67ec2e587f766f663ce7a4ec84ea422 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
scope "/" do | |
pipe_through [:browser, :admin_access] | |
live_dashboard "/admin/dashboard", | |
metrics: MyApp.Telemetry, | |
env_keys: ["RENDER_GIT_COMMIT"] # Depends on your infra setup | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment