Skip to content

artsy/artsy-unleash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

artsy-unleash

This repository is responsible for configuring and deploying Artsy's unleash service (both server and proxy).

A note about environments

Artsy applications all [ultimately] depend on the production Unleash server instance to decide feature state, whether running in development, staging, or production environments themselves.

Development environments of server-side applications should connect to the production server with a "development" key, while client-side applications should connect to the staging proxy which itself connects to the production server with a "development" key.

Staging environments of server-side applications should also connect to the production server with a "development" key, while client-side applications should connect to the staging proxy which itself connects to the production server with a "development" key.

Production environments of server-side applications should connect to the production server with a "production" key, while client-side applications should connect to the production proxy which itself connects to the production server with a "production" key.

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •