Skip to content

Commit e47a829

Browse files
committed
🧹 Chore: update .env.example with updated KIT keys
1 parent cabd03c commit e47a829

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

packages/backend/.env.example

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,18 @@ PROD_DOMAIN=app.yourdomain.com
6666
####################################################
6767
# 6. Email (optional) #
6868
####################################################
69-
# Get these from your Kit account
70-
# Does not capture email during signup if any empty EMAILER_ value
69+
# Get these from your Kit.com account
70+
# If any of these EMAILER_ values are empty, email
71+
# integration during signup will be skipped
7172

7273
EMAILER_API_SECRET=UNIQUE_SECRET_FROM_YOUR_KIT_ACCOUNT
7374
EMAILER_TAG_ID=YOUR_TAG_ID # get this from Kit
7475

7576
####################################################
7677
# 7. Debug (optional) #
7778
####################################################
79+
# Set this to trigger socket events to a client
80+
# during development. This is helpful for testing
81+
# the sync process from local host.
82+
7883
SOCKET_USER=USER_ID_FROM_YOUR_MONGO_DB

0 commit comments

Comments
 (0)