File tree Expand file tree Collapse file tree
src/Api/wwwroot/Templates
tests/Application.SubcutaneousTests Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5151 S3_KEY : ${{ secrets.S3_KEY }}
5252 S3_SECRET : ${{ secrets.S3_SECRET }}
5353 JWT_SECRET : ${{ secrets.JWT_SECRET }}
54+ EMAIL_FROM : ${{ secrets.EMAIL_FROM }}
55+ EMAIL_HOST : ${{ secrets.EMAIL_HOST }}
56+ EMAIL_USERNAME : ${{ secrets.EMAIL_USERNAME }}
57+ EMAIL_PASSWORD : ${{ secrets.EMAIL_PASSWORD }}
5458 with :
5559 input-files : ${{ github.workspace }}/${{vars.SUBSTITUTE_FILE_PATH}}
5660
Original file line number Diff line number Diff line change 142142
143143 <!-- Footer -->
144144 <div class =" footer" >
145- <p >Need help? <a href =" mailto:minhsang.1mil @gmail.com" >minhsang.1mil @gmail.com </a ></p >
145+ <p >Need help? <a href =" mailto:minhsang.work25 @gmail.com" >minhsang.work25 @gmail.com </a ></p >
146146 </div >
147147
148148</div >
Original file line number Diff line number Diff line change 1717 }
1818 },
1919 "EmailSettings" : {
20- "From" : " [your email] " ,
21- "Host" : " [your host] " ,
20+ "From" : " $EMAIL_FROM " ,
21+ "Host" : " $EMAIL_HOST " ,
2222 "Port" : 587 ,
23- "Username" : " [your email]" ,
24- "Password" : " [your password]" ,
25- "MailType" : 1
23+ "Username" : " $EMAIL_USERNAME" ,
24+ "Password" : " $EMAIL_PASSWORD"
2625 },
2726 "ForgotPasswordSettings" : {
2827 "Uri" : " http://localhost:3000/reset-password" ,
You can’t perform that action at this time.
0 commit comments