feat: send signup event to Loops (#531)

* feat: send signup event to Loops

* feat: fix
This commit is contained in:
Ahmed Bouhuolia
2024-07-17 15:56:05 +02:00
committed by GitHub
parent 107a6f793b
commit 6b6b73b77c
4 changed files with 66 additions and 0 deletions

View File

@@ -237,4 +237,8 @@ module.exports = {
endpoint: process.env.S3_ENDPOINT,
bucket: process.env.S3_BUCKET || 'bigcapital-documents',
},
loops: {
apiKey: process.env.LOOPS_API_KEY,
},
};