update readme.md & edit .gitignore
This commit is contained in:
parent
cfdd77a30a
commit
3e3c92b0af
2 changed files with 9 additions and 3 deletions
|
|
@ -30,7 +30,13 @@ We have some environment variables to control app behavior. The environment vari
|
|||
|
||||
> note: All the environment variables can access through `import.meta.env.{VARIABLE_NAME}`.
|
||||
|
||||
> note: In development mode, you can create a `.env` file in the root directory of the project to set environment variables.
|
||||
> note: In development mode, you can create a `.env.development.local` file in the root directory of the project to set environment variables.
|
||||
|
||||
## Environment Variables List
|
||||
|
||||
In this section, we will list all the environment variables. That app will use the default value if you don't set the environment variables.
|
||||
|
||||
> dev: if you add new environment variables, please add it to this section.
|
||||
|
||||
### TAOBIN_RECIPE_MANAGER_SERVER_URL
|
||||
|
||||
|
|
|
|||
4
server/.gitignore
vendored
4
server/.gitignore
vendored
|
|
@ -1,5 +1,5 @@
|
|||
/cofffeemachineConfig/*
|
||||
**/cofffeemachineConfig/*
|
||||
**/*.log
|
||||
token.json
|
||||
client_secret.json
|
||||
app.env
|
||||
app.env
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue