Skip to content

Commit 9c998b6

Browse files
chore: Update .env.test file with MongoDB and Slack configurations (#37)
- Added MongoDB connection details including host, user, password, and database name. - Included Slack token and report channel ID for integration purposes. These changes enhance the environment configuration for testing and integration with MongoDB and Slack.
1 parent 038274c commit 9c998b6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

workers/main/.env.test

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,11 @@ REDMINE_DB_HOST=localhost
22
REDMINE_DB_USER=testuser
33
REDMINE_DB_PASSWORD=testpassword
44
REDMINE_DB_NAME=testdb
5+
6+
MONGO_DB_HOST=mongo1:31000
7+
MONGO_DB_USER=testuser
8+
MONGO_DB_PASSWORD=testpassword
9+
MONGO_DB_NAME=testdb
10+
11+
SLACK_TOKEN=test-token
12+
SLACK_FIN_REPORT_CHANNEL_ID=C02URP5L3U5

0 commit comments

Comments
 (0)