diff --git a/client-electron/README.md b/client-electron/README.md index 024d189..06696d3 100644 --- a/client-electron/README.md +++ b/client-electron/README.md @@ -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 diff --git a/server/.gitignore b/server/.gitignore index f13bef3..9373ac5 100644 --- a/server/.gitignore +++ b/server/.gitignore @@ -1,5 +1,5 @@ -/cofffeemachineConfig/* +**/cofffeemachineConfig/* **/*.log token.json client_secret.json -app.env \ No newline at end of file +app.env