This website works better with JavaScript
Home
Explore
Help
Register
Sign In
supply-chain
/
supply-chain-h5
Watch
4
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
d6ff022a9e
Branches
Tags
master
v1.0.0
supply-chain...
/
config
/
prod.env.js
prod.env.js
94 B
History
Raw
1
2
3
4
5
module.exports = {
NODE_ENV: '"production"',
ENV_CONFIG: '"prod"',
BASE_API: '"/api"'
};