Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Slack tokens to docker-compose and added .env file template #38

Merged

Conversation

sam57719
Copy link
Collaborator

Added SLACK_APP_TOKEN and SLACK_BOT_TOKEN as environment variables in the docker-compose.yml file. Additionally, renamed the smib/.env file to template.env and removed hardcoded token values. The README.md file was updated with instructions on how to set these tokens, and .env has been added to the .gitignore file to prevent accidental commits of the environment secrets.

Added SLACK_APP_TOKEN and SLACK_BOT_TOKEN as environment variables in the docker-compose.yml file. Additionally, renamed the smib/.env file to template.env and removed hardcoded token values. The README.md file was updated with instructions on how to set these tokens, and .env has been added to the .gitignore file to prevent accidental commits of the environment secrets.
@sam57719 sam57719 linked an issue Apr 26, 2024 that may be closed by this pull request
Updated the README file to correct the command for setting Slack tokens as environment variables. This now accurately reflects the need to export both the SLACK_APP_TOKEN and SLACK_BOT_TOKEN for proper application functionality.
@sjefferson99 sjefferson99 self-assigned this Apr 29, 2024
@sam57719
Copy link
Collaborator Author

sam57719 commented Apr 29, 2024 via email

This commit refines the guidance on setting Slack tokens as environment variables in the README file. It now supports and describes various methods, thus providing more flexibility for users to set up their environment.
Copy link
Member

@sjefferson99 sjefferson99 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Readme now clear.

@sjefferson99 sjefferson99 merged commit 002a861 into develop May 1, 2024
@sjefferson99 sjefferson99 deleted the 29-remove-env-from-repo-and-update-instructions branch May 1, 2024 18:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove .env from repo and update instructions
2 participants