Documentation

Environment Variables

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.