hugging2ido commited on
Commit
365ae91
·
1 Parent(s): 73833b3

improve .env.template explanation

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -86,9 +86,9 @@ To locally run the same UI as the Huggign Face space:
86
  3. If you want to run the action locally you can copy .env.template to .env and then set the environment variables in the .env file.
87
  - This file may be hidden by default in some operating systems due to the dot prefix. To reveal hidden files, follow the instructions for your
88
  - The .env file is one of the files in .gitignore, this means that git does not track it and it will not be uploaded to the repository, accidentally.
89
- - For this reason you should not edit the original .env.template and put the keys in the original file, since the .template.env is tracked by git and editing it might cause you to commit it with your API keys.
90
 
91
- > **NOTE:** This is an important note! Do not edit and commit your .env.template with your personal key, it might reveal you API keys.
92
 
93
  ## ✅ Roadmap
94
 
 
86
  3. If you want to run the action locally you can copy .env.template to .env and then set the environment variables in the .env file.
87
  - This file may be hidden by default in some operating systems due to the dot prefix. To reveal hidden files, follow the instructions for your
88
  - The .env file is one of the files in .gitignore, this means that git does not track it and it will not be uploaded to the repository, accidentally.
89
+ - For this reason you should not edit the original .env.template and put the keys or your email address in the original file, since the .template.env is tracked by git and editing it might cause you to commit it with your API keys.
90
 
91
+ > **NOTE:** This is an important note! Do not edit and commit your .env.template with your personal key, or email, it might reveal your personal data such as API keys and email.
92
 
93
  ## ✅ Roadmap
94