cp env
This commit is contained in:
parent
dd6eb3da3e
commit
ce28b62ce6
2
.gitignore
vendored
2
.gitignore
vendored
@ -7,6 +7,8 @@
|
|||||||
# misc
|
# misc
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
|
/env
|
||||||
|
|
||||||
npm-debug.log*
|
npm-debug.log*
|
||||||
yarn-debug.log*
|
yarn-debug.log*
|
||||||
yarn-error.log*
|
yarn-error.log*
|
||||||
|
|||||||
3
env/development.env
vendored
3
env/development.env
vendored
@ -1 +1,2 @@
|
|||||||
ENV=dev
|
ENV=dev
|
||||||
|
REACT_APP_REGISTRY_URL=https://registry.docker.cofan.cloud
|
||||||
2
examples/env/development.env
vendored
Normal file
2
examples/env/development.env
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
ENV=dev
|
||||||
|
REACT_APP_REGISTRY_URL=https://registry.docker.cofan.cloud
|
||||||
2
examples/env/local.env
vendored
Normal file
2
examples/env/local.env
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
ENV=local
|
||||||
|
REACT_APP_REGISTRY_URL=https://registry.docker.cofan.cloud
|
||||||
2
examples/env/production.env
vendored
Normal file
2
examples/env/production.env
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
ENV=prod
|
||||||
|
REACT_APP_REGISTRY_URL=https://registry.docker.cofan.cloud
|
||||||
Loading…
Reference in New Issue
Block a user