From 650f4c25d4897dc36e0ebf04f46051cdb59c6528 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Wed, 27 Apr 2016 00:44:16 -0700 Subject: [PATCH] use consistent fake email addresses --- samples/standalone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/standalone.yml b/samples/standalone.yml index e8317af..47b145b 100644 --- a/samples/standalone.yml +++ b/samples/standalone.yml @@ -63,7 +63,7 @@ env: #DISCOURSE_SMTP_ENABLE_START_TLS: true # (optional, default true) ## If you added the Lets Encrypt template, uncomment below to get a free SSL certificate - #LETSENCRYPT_ACCOUNT_EMAIL: your.email@example.com + #LETSENCRYPT_ACCOUNT_EMAIL: me@example.com ## The CDN address for this Discourse instance (configured to pull) ## see https://meta.discourse.org/t/14857 for details -- 2.25.1