Skip to content

Commit 416bcfb

Browse files
authored
Merge pull request #25 from EVNotify/subscription
✨ Subscription
2 parents b0b9586 + 2aafa96 commit 416bcfb

File tree

11 files changed

+1151
-108
lines changed

11 files changed

+1151
-108
lines changed

.env.example

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,7 @@ DATABASE_URI=mongodb://evnotify:evnotify@127.0.0.1:27017/evnotify
44
RESEND_API_KEY=email-api-key
55
MAIL_SENDER_ADDRESS=onboarding@resend.dev'
66
OPEN_CHARGE_MAP_API_KEY=your-api-key
7-
GRAPH_HOPPER_API_KEY=your-api-key
7+
GRAPH_HOPPER_API_KEY=your-api-key
8+
GCP_PROJECT_ID=evnotify-v3-prod
9+
PUBSUB_TOPIC=evnotify-v3-prod-topic
10+
PUBSUB_SUBSCRIPTION=evnotify-v3-prod-sub

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ dist/
44
ecosystem.config.js
55
.vscode/
66
coverage/
7+
evnotify.json

0 commit comments

Comments
 (0)