Jump to Content
coherence docs
User Manual
Log Incoherence docs
Log In

What is Coherence?

  • Coherence
  • Coherence vs. Other Software

How To

  • Set up a frontend service with preview deployments
  • Add VSCode Configuration to my Workspace
  • Push my first PR from a Workspace
  • View logs for my service
    • In development
    • In a feature or production environment
  • Scale my database instance
  • Add environment variables to an environment
  • Run automatic integration tests against each deployment to a non-production environment
  • Integrate GitHub Actions CI/CD pipelines
  • Run a one-off migration task after deploying my service
  • Skip unit tests when deploying a hotfix to production
  • Use a VIM add-on in my Workspace
  • Deploy subdomains for tenants within my application
  • Connect to your database
    • In development
    • In a feature or production

Reference

  • coherence.yml
  • The Coherence SDLC
  • Key Terms
  • Environment Variables

Explanations

  • Repo Structure
  • Compliance, Security and Privacy
  • Workspace Authentication
  • Cloud Billing Explainer

Tutorials

  • Coherence for QA Teams
Powered by 

Add environment variables to an environment

Suggest Edits
  • Navigate to the config tab of an environment
19321932
  • Click Add on Variables to add a new variable.
10461046
  • Update the form with the variable name and value as per your requirements. The optional Service will determine if the variable is present in all services (including integration tests, if configured) or just one service (services are defined in coherence.yml)

Updated about 1 month ago


Did this page help you?