feat: add some feature to opinionSMS , refactor and code optimization
This commit is contained in:
18
docs/environment-configuration.md
Normal file
18
docs/environment-configuration.md
Normal file
@@ -0,0 +1,18 @@
|
||||
## Environment Configuration
|
||||
|
||||
Create a `.env` file in the root directory and follow the variables in [.env.example](../.env.example)
|
||||
|
||||
```bash
|
||||
# app back-end api services base url
|
||||
VITE_APP_API_URL=
|
||||
# the app website address url to load images
|
||||
VITE_APP_SITE_URL=
|
||||
# the digital business card back-end api services base url
|
||||
VITE_CARD_API_URL=
|
||||
# the pwa vapid public key
|
||||
VITE_VAPID_PUBLIC_KEY=
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
[Go back to Readme](../README.md)
|
||||
Reference in New Issue
Block a user