Skip to content

Environment Variables

Environment variables for your application are read from a separate file. This file's path is specified in your ciara.config.json under the env property, as shown below:

json
{
  "env": "./production.env"
}