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ย 

In development

Suggest Edits

GCP Flavor

From a workspace, you will connect to the database using a host and port. The appropriate varaibles to find the values and create a database connection string in your code will be located Auto-generate section on the Config tab of an environment, like here:

๐Ÿ“˜

To determine if you are on a workspace or in a deployed environment, your code can look at Environment Variables most notable COHERENCE_DEV

Updated 16 days ago


Did this page help you?
  • Table of Contents
    • GCP Flavor