Update stack.production.yml

This commit is contained in:
colin 2024-05-08 20:57:49 +00:00
parent 15a3241842
commit 4f95987b0c
1 changed files with 3 additions and 3 deletions

View File

@ -16,12 +16,12 @@ services:
URL_HOST: "asciinema.nixc.us" URL_HOST: "asciinema.nixc.us"
URL_PORT: "443" URL_PORT: "443"
SMTP_HOST: "box.p.nixc.us" SMTP_HOST: "box.p.nixc.us"
SMTP_PORT: "465" # SMTP_PORT: "465"
SMTP_USERNAME: "asciinema@nixc.us" SMTP_USERNAME: "asciinema@nixc.us"
SMTP_FROM_ADDRESS: "asciinema@nixc.us" SMTP_FROM_ADDRESS: "asciinema@nixc.us"
SMTP_REPLY_TO_ADDRESS: "asciinema@nixc.us" SMTP_REPLY_TO_ADDRESS: "asciinema@nixc.us"
SMTP_AUTH: always # SMTP_AUTH: always
SMTP_TLS: always # SMTP_TLS: always
SMTP_PASSWORD: "DiHcwSup8RSo66LgEzGi7R4PBWsDyFgxn" SMTP_PASSWORD: "DiHcwSup8RSo66LgEzGi7R4PBWsDyFgxn"
UNCLAIMED_RECORDING_TTL: "30" UNCLAIMED_RECORDING_TTL: "30"
volumes: volumes: