cp env
This commit is contained in:
parent
dd6eb3da3e
commit
ce28b62ce6
2
.gitignore
vendored
2
.gitignore
vendored
@ -7,6 +7,8 @@
|
||||
# misc
|
||||
.DS_Store
|
||||
|
||||
/env
|
||||
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
1
env/development.env
vendored
1
env/development.env
vendored
@ -1 +1,2 @@
|
||||
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