Environment variables are how your app gets secrets (API keys, database URLs) without baking them into your source code. Nometria encrypts all variables at rest and injects them at runtime.Documentation Index
Fetch the complete documentation index at: https://docs.nometria.com/llms.txt
Use this file to discover all available pages before exploring further.
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.