File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff 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
7273EMAILER_API_SECRET = UNIQUE_SECRET_FROM_YOUR_KIT_ACCOUNT
7374EMAILER_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+
7883SOCKET_USER = USER_ID_FROM_YOUR_MONGO_DB
You can’t perform that action at this time.
0 commit comments