Files
Configuration files are used to store configuration settings and environment variables that are used by application and infrastructure resources.
Example: a .env file (also known as "dotenv") containing environment variables for an Application.
Using Devopness you can easily manage and organize multiple configuration files on your environment resources defining custom variables to be set during a deploy, without the need of hard-coding them directly into your application code and without the need of SSH into your server every time an environment variable needs to be updated.
List Team Memberships
View the list of team memberships linked to a project environment and check which teams have access and their assigned roles.
Add a File
By adding configuration files you ensure a more consistent resource deployment, as they can contain crucial information and settings for each environment.