Spaces:
Sleeping
Sleeping
Commit
·
73833b3
1
Parent(s):
6a1f5f0
added note to .env.template
Browse files- .env.template +7 -3
.env.template
CHANGED
@@ -1,10 +1,14 @@
|
|
1 |
## ArxivDigest- environment seting
|
2 |
|
3 |
-
OPENAI_API_KEY=your_api_key
|
4 |
-
|
5 |
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
|
7 |
-
##
|
8 |
SENDGRID_API_KEY=your_api_key
|
9 |
FROM_EMAIL=your_email
|
10 |
TO_EMAIL=your_email
|
|
|
1 |
## ArxivDigest- environment seting
|
2 |
|
|
|
|
|
3 |
|
4 |
+
##################################################################################################
|
5 |
+
# NOTE: This is an important note!
|
6 |
+
# Do not edit and commit your .env.template with your personal keys, it might reveal you API keys
|
7 |
+
# copy this file to .env and only then edit your .env file not this file
|
8 |
+
##################################################################################################
|
9 |
+
OPENAI_API_KEY=your_api_key
|
10 |
|
11 |
+
## EMAIL SETTINGS
|
12 |
SENDGRID_API_KEY=your_api_key
|
13 |
FROM_EMAIL=your_email
|
14 |
TO_EMAIL=your_email
|