Skip to content

Commit 0292cdb

Browse files
committed
CHANGED .ENV.EXAMPLE
1 parent bc81b47 commit 0292cdb

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

apps/flask/.env.example

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
WEATHERAPI_API_KEY="YOUR_API_KEY"
2-
GEMINI_API_KEY="YOUR_API_KEY"
2+
GEMINI_API_KEY="YOUR_API_KEY"
3+
NOVU_API_KEY="YOUR_API_KEY"
4+
TWILIO_ACCOUNT="YOUR_API_KEY
5+
```

apps/flask/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ cython_debug/
156156
firebase.json
157157
trial.py
158158
blah.py
159+
rand.dart
159160

160161
# PyCharm
161162
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can

0 commit comments

Comments
 (0)