Update stack.production.yml

This commit is contained in:
colin 2024-02-01 20:17:06 +00:00
parent b64dd2fc56
commit 4dc4f80a10
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ x-environment:
PORT: 8000 PORT: 8000
## email validation ## ## email validation ##
## docker exec -ti glitch_worker.1.8b8pbbq7kv988mn8advt4n3mh ./manage.py shell_plus ## docker exec -ti glitch_worker.1.8b8pbbq7kv988mn8advt4n3mh ./manage.py shell_plus
## https://docs.djangoproject.com/en/5.0/topics/email/#obtaining-an-instance-of-an-email-backend
## from django.core.mail import send_mail; send_mail('Subject here', 'Here is the message.', 'glitch@nixc.us', ['colin@nixc.us'], fail_silently=False) ## from django.core.mail import send_mail; send_mail('Subject here', 'Here is the message.', 'glitch@nixc.us', ['colin@nixc.us'], fail_silently=False)
EMAIL_URL: smtp+tls://glitch@nixc.us:G2BeHLDezu2Eg8x5aDy8MZ3RTLJoP6xJyvwDnFDMCrFxe7AWW5mAst96zvkcDq3R@box.p.nixc.us:587 # https://glitchtip.com/documentation/install#configuration EMAIL_URL: smtp+tls://glitch@nixc.us:G2BeHLDezu2Eg8x5aDy8MZ3RTLJoP6xJyvwDnFDMCrFxe7AWW5mAst96zvkcDq3R@box.p.nixc.us:587 # https://glitchtip.com/documentation/install#configuration
GLITCHTIP_DOMAIN: https://glitch.nixc.us # Change this to your domain GLITCHTIP_DOMAIN: https://glitch.nixc.us # Change this to your domain