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: 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
|
### TAOBIN_RECIPE_MANAGER_SERVER_URL
|
||||||
|
|
||||||
|
|
|
||||||
2
server/.gitignore
vendored
2
server/.gitignore
vendored
|
|
@ -1,4 +1,4 @@
|
||||||
/cofffeemachineConfig/*
|
**/cofffeemachineConfig/*
|
||||||
**/*.log
|
**/*.log
|
||||||
token.json
|
token.json
|
||||||
client_secret.json
|
client_secret.json
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue