update readme.md & edit .gitignore

This commit is contained in:
Kenta420 2024-01-11 15:52:25 +07:00
parent cfdd77a30a
commit 3e3c92b0af
2 changed files with 9 additions and 3 deletions

View file

@ -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
View file

@ -1,5 +1,5 @@
/cofffeemachineConfig/*
**/cofffeemachineConfig/*
**/*.log
token.json
client_secret.json
app.env
app.env