Skip to content

Commit

Permalink
Merge pull request apolloconfig#1053 from nobodyiam/env-description
Browse files Browse the repository at this point in the history
add environments' description
  • Loading branch information
nobodyiam authored Apr 11, 2018
2 parents da4775b + 29aa01a commit 274138f
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
import com.google.common.base.Preconditions;

/**
* Here is the brief description for all the predefined environments:
* <ul>
* <li>LOCAL: Local Development environment, assume you are working at the beach with no network access</li>
* <li>DEV: Development environment</li>
* <li>FWS: Feature Web Service Test environment</li>
* <li>FAT: Feature Acceptance Test environment</li>
* <li>UAT: User Acceptance Test environment</li>
* <li>LPT: Load and Performance Test environment</li>
* <li>PRO: Production environment</li>
* <li>TOOLS: Tooling environment, a special area in production environment which allows
* access to test environment, e.g. Apollo Portal should be deployed in tools environment</li>
* </ul>
*
* @author Jason Song([email protected])
*/
public enum Env{
Expand Down

0 comments on commit 274138f

Please sign in to comment.