Currently, the shared project env is only accessible from a dropdown that says "Add Env" on the projects list page.
Describe the solution you'd like
Instead of "Add Env" in the dropdown, I think it should be "Project Environment"
The project env modal should be accessible from the project page, not just the home dashboard page
The phrasing in the modal could be simplified.
Environment variables that are accessible to all services of this project.
Use this syntax to reference project-level variables in your service environments: DATABASE_URL=${{project. DATABASE_URL}}
What problem will this feature address?
Currently, the shared project env is only accessible from a dropdown that says "Add Env" on the projects list page.
Describe the solution you'd like
Environment variables that are accessible to all services of this project. Use this syntax to reference project-level variables in your service environments: DATABASE_URL=${{project. DATABASE_URL}}
Describe alternatives you've considered
See suggestions above.
Additional context
No response