Devcontainer: Update SMTP FROM address (#10970)

This commit is contained in:
Jacob Overgaard
2021-08-30 09:25:04 +02:00
committed by GitHub
parent c2016a6f44
commit a73c7bb8a1
2 changed files with 6 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ version: '3'
services:
app:
build:
build:
context: .
dockerfile: Dockerfile
args:
@@ -18,7 +18,7 @@ services:
volumes:
- ..:/workspace:cached
# Overrides default command so things don't shut down after the process ends.
command: sleep infinity
@@ -28,7 +28,7 @@ services:
# Uncomment the next line to use a non-root user for all processes.
# user: vscode
# Use "forwardPorts" in **devcontainer.json** to forward an app port locally.
# Use "forwardPorts" in **devcontainer.json** to forward an app port locally.
# (Adding the "ports" property to this file will not forward from a Codespace.)
# DotNetCore ENV Variables
@@ -41,7 +41,7 @@ services:
- Umbraco__CMS__Unattended__UnattendedUserPassword=password1234
- Umbraco__CMS__Global__Smtp__Host=smtp4dev
- Umbraco__CMS__Global__Smtp__Port=25
- Umbraco__CMS__Global__Smtp__From=warren-env@umbraco.com
- Umbraco__CMS__Global__Smtp__From=noreply@umbraco.test
db:
image: mcr.microsoft.com/mssql/server:2019-latest