This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
unleash.unleash
Watch
1
Star
0
Fork
0
You've already forked unleash.unleash
mirror of
https://github.com/Unleash/unleash.git
synced
2024-11-01 19:07:38 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
18c87cedf6
unleash.unleash
/
src
/
lib
/
util
/
constants.ts
2 lines
38 B
TypeScript
Raw
Normal View
History
Unescape
Escape
feat: rename :global: env to "default" (#947) Our testing and internal validation has proven that the :global: environment concept confuses people more than the problems it solves. We have thus decided to group all configuration that was created before the environment concept was introduced in to the "default environment. This would still make everything work as before in addition to introducing the env concept. Co-authored-by: Christopher Kolstad <chriswk@getunleash.ai>
2021-09-24 13:55:00 +02:00
export
const
DEFAULT_ENV
=
'default'
;
Reference in New Issue
Copy Permalink