-
Notifications
You must be signed in to change notification settings - Fork 10
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
Update .env.example with latest settings #208
base: qa
Are you sure you want to change the base?
Conversation
Update .env.example with latest environment variables including settings and configurations for MatchMiner integration and RabbitMQ Email notifications Timeouts
.env.example
Outdated
MM_API_TOKEN= | ||
|
||
#Rabbitmq settings for MatchMiner communication | ||
RABBITMQ_URL="rabbitmq" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we need quotes here? should work without quotes, same with run_match and match_message
.env.example
Outdated
MATCHMINER_RECEIVE_QUEUE="match_message" | ||
|
||
# email notification settings | ||
MAIL_HOST=mail.uhn.ca |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove mail host address
.env.example
Outdated
|
||
#DATABASE_URL=mysql://ctims:ctims@localhost:3306/ctims | ||
#AES 256 key, it can be generated using https://cloak.47ng.com/key | ||
#PRISMA_FIELD_ENCRYPTION_KEY=k1.aesgcm256.RhSAzMU4Af5OKXUYQosqNLMRK1Nc3PicRp5iWa6I7Ko= |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove key
.env.example
Outdated
#AES 256 key, it can be generated using https://cloak.47ng.com/key | ||
#PRISMA_FIELD_ENCRYPTION_KEY=k1.aesgcm256.RhSAzMU4Af5OKXUYQosqNLMRK1Nc3PicRp5iWa6I7Ko= | ||
|
||
|
||
NEXTAUTH_SECRET=dAbxJF2DRzqwGYn+BWKdj8o9ieMri4FWsmIRn77r2F8= |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
value needs to be remove as well
Updated with examples and removed the key values from the fields
looks good |
Update .env.example with latest environment variables including settings and configurations for
MatchMiner integration and RabbitMQ
Email notifications
Timeouts