MicroticaMicrotica

Custom environment variables

Add custom environment variables to your Medusa Server on Microtica to configure CORS, Stripe, and other settings after the template is deployed.

Each Microtica template ships with a default configuration. You can add your own custom environment variables — for example, CORS origins or Stripe keys — to tailor the Medusa Server runtime to your setup.

You add them the same way as for any Microtica application:

  1. Open your Medusa application in the Microtica console.
  2. Go to Settings → Environment variables.
  3. Add your variables as key/value pairs.
  4. Redeploy the application for the changes to take effect.

Next steps