Skip to content

Commit 881d891

Browse files
feat(config): Update environment configuration for QBO integration
- Added QBO API URL and bearer token to the `.env.test` file for QuickBooks Online integration. - Ensured existing Slack channel ID remains intact. These changes enhance the application's configuration by integrating necessary environment variables for QuickBooks API access.
1 parent aa639ec commit 881d891

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

workers/main/.env.test

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,7 @@ MONGO_DB_PASSWORD=testpassword
99
MONGO_DB_NAME=testdb
1010

1111
SLACK_TOKEN=test-token
12-
SLACK_FIN_REPORT_CHANNEL_ID=C02URP5L3U5
12+
SLACK_FIN_REPORT_CHANNEL_ID=C02URP5L3U5
13+
14+
QBO_API_URL=https://quickbooks.api.intuit.com/v3/company/111111111
15+
QBO_BEARER_TOKEN=test-token

0 commit comments

Comments
 (0)