Update stack.production.yml

This commit is contained in:
colin 2024-02-01 16:20:44 +00:00
parent 64df2226ad
commit b64dd2fc56
1 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,9 @@ x-environment:
DATABASE_URL: postgres://postgres:postgres@glitch_postgres:5432/postgres
SECRET_KEY: 4f99181d528f201c16806b34b980791f9a99570d645910dacfe31198b503ea2f # best to run openssl rand -hex 32
PORT: 8000
## email validation ##
## docker exec -ti glitch_worker.1.8b8pbbq7kv988mn8advt4n3mh ./manage.py shell_plus
## 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
GLITCHTIP_DOMAIN: https://glitch.nixc.us # Change this to your domain
DEFAULT_FROM_EMAIL: glitch@nixc.us # Change this to your email