Skip to main content
All CollectionsProject Settings
Environment Variables
Environment Variables
Matt Gray avatar
Written by Matt Gray
Updated over a year ago

Servd uses real environment variables to manage your application's configuration and secrets. We do not use `.env` files. This is because `.env` files need to be present on the filesystem which can make changes difficult in a high availability environment.

There's not too much difference though, you can still add, remove and edit environment variables for your Servd project via the dashboard.
โ€‹

  1. In the Servd dashboard, go to your production or staging environment variables page, depending on which environment you're interested in.

  2. Make your changes.

  3. Click Save.

  4. To deploy your changes, click the 'Sync' button at the top of the page.

Did this answer your question?