.env.production 104 B

1234567
  1. # just a flag
  2. ENV = 'production'
  3. PORT = 80
  4. # base api
  5. VITE_APP_BASE_API = 'https://api.baoshi56.com/'