From fe7b0e43f670b1223c89b9bcd5d576885c496fa2 Mon Sep 17 00:00:00 2001 From: Jonathan Rosenbaum Date: Thu, 30 Jun 2022 17:49:12 -0400 Subject: [PATCH] Commonly used environmental variables in .env --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index f8435dd..496495e 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,21 @@ networks: +### Commonly used environmental variables in .env + +``` +RAILS_ENV={production | development | customized environment in config/environments} +PORT={usually 3000} +SMTP_ADDRESS={your SMTP server address} +SMTP_DOMAIN={The domain you want to link back in emails, usually the website itself, but not any translation subdomains} +SMTP_PORT={465 | ..} +SMTP_USER_NAME={SMTP username} +SMTP_PASSWORD={SMTP password} +SMTP_SSL={true | false} +ADMIN_EMAIL={administrator email address} +DEFAULT_URL={the website itself} +``` + ### After successful installation There isn't much to do until the first conference is created, but you will need an adminstrator to make that happen.