Add environment variables
- During setup
- After deploy
On the configuration screen before your first deploy, scroll to Environment Variables and add your key/value pairs.
Common variables by framework
React + Vite (Supabase)
React + Vite (Supabase)
Next.js (Supabase)
Next.js (Supabase)
Stripe
Stripe
OpenAI / Anthropic
OpenAI / Anthropic
Environments
Nometria supports separate variable sets for staging and production:- Staging — your
*.nometria.comURL or astaging.yourcompany.comsubdomain - Production — your primary custom domain
- Settings → Environment Variables → toggle Per-environment override
- Set the staging value and production value separately
Security
- All variables are encrypted at rest using AES-256
- Variables are never logged in build output or deploy logs
- Values are masked in the dashboard after saving (you can only overwrite, not view)
- Variables are injected as true environment variables at container startup — they are not written to disk
Importing from .env files
If you have a local.env file, you can bulk-import it:
- Settings → Environment Variables → Import .env
- Paste the contents of your
.envfile - Review the parsed variables and click Import
# comments and blank lines automatically.