Merge pull request #5 from anarion80/patch-1

Fix mixed values for Email name and Email address
This commit is contained in:
Alex Lion
2022-07-30 21:07:20 +02:00
committed by GitHub

View File

@@ -12,8 +12,8 @@ AWS_SECRET_ACCESS_KEY | - | - | _only for s3_ | Your AWS Secret Access Key
AWS_S3_BUCKET | - | - | _only for s3_ | The name of the bucket where the presentation files will be stored
AWS_S3_REGION | - | - | _only for s3_ | The region where the bucket is located
MAIL_TRANSPORT | local, smtp | local | - | Define how the emails will be sent
MAIL_FROM | - | Claper | - | Email address used to send emails
MAIL_FROM_NAME | - | noreply@claper.co | - | Name used to send emails
MAIL_FROM | - | noreply@claper.co | - | Email address used to send emails
MAIL_FROM_NAME | - | Claper | - | Name used to send emails
SMTP_RELAY | - | - | ✓ | SMTP relay server
SMTP_USERNAME | - | - | ✓ | SMTP username
SMTP_PASSWORD | - | - | ✓ | SMTP password
@@ -32,4 +32,4 @@ DATABASE_URL | - | - | ✓ | Postgres connection string
SECRET_KEY_BASE | - | - | ✓ | Generate it with `mix phx.gen.secret`
ENDPOINT_HOST | - | localhost | - | Host used to access the app (used for url generation)
ENDPOINT_PORT | - | 80 | - | Port used to access the app (used for url generation)
PORT | - | 4000 | - | Port to listen to
PORT | - | 4000 | - | Port to listen to