Devcontainer: Update SMTP FROM address (#10970)
This commit is contained in:
@@ -2,7 +2,7 @@ version: '3'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
args:
|
args:
|
||||||
@@ -18,7 +18,7 @@ services:
|
|||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- ..:/workspace:cached
|
- ..:/workspace:cached
|
||||||
|
|
||||||
# Overrides default command so things don't shut down after the process ends.
|
# Overrides default command so things don't shut down after the process ends.
|
||||||
command: sleep infinity
|
command: sleep infinity
|
||||||
|
|
||||||
@@ -28,7 +28,7 @@ services:
|
|||||||
# Uncomment the next line to use a non-root user for all processes.
|
# Uncomment the next line to use a non-root user for all processes.
|
||||||
# user: vscode
|
# 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.)
|
# (Adding the "ports" property to this file will not forward from a Codespace.)
|
||||||
|
|
||||||
# DotNetCore ENV Variables
|
# DotNetCore ENV Variables
|
||||||
@@ -41,7 +41,7 @@ services:
|
|||||||
- Umbraco__CMS__Unattended__UnattendedUserPassword=password1234
|
- Umbraco__CMS__Unattended__UnattendedUserPassword=password1234
|
||||||
- Umbraco__CMS__Global__Smtp__Host=smtp4dev
|
- Umbraco__CMS__Global__Smtp__Host=smtp4dev
|
||||||
- Umbraco__CMS__Global__Smtp__Port=25
|
- Umbraco__CMS__Global__Smtp__Port=25
|
||||||
- Umbraco__CMS__Global__Smtp__From=warren-env@umbraco.com
|
- Umbraco__CMS__Global__Smtp__From=noreply@umbraco.test
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: mcr.microsoft.com/mssql/server:2019-latest
|
image: mcr.microsoft.com/mssql/server:2019-latest
|
||||||
|
|||||||
2
.gitattributes
vendored
2
.gitattributes
vendored
@@ -1,3 +1,4 @@
|
|||||||
|
* text=auto
|
||||||
*.doc diff=astextplain
|
*.doc diff=astextplain
|
||||||
*.DOC diff=astextplain
|
*.DOC diff=astextplain
|
||||||
*.docx diff=astextplain
|
*.docx diff=astextplain
|
||||||
@@ -44,6 +45,7 @@
|
|||||||
*.json text=auto
|
*.json text=auto
|
||||||
*.xml text=auto
|
*.xml text=auto
|
||||||
*.resx text=auto
|
*.resx text=auto
|
||||||
|
*.yml text eol=lf core.whitespace whitespace=tab-in-indent,trailing-space,tabwidth=2
|
||||||
|
|
||||||
*.csproj text=auto merge=union
|
*.csproj text=auto merge=union
|
||||||
*.vbproj text=auto merge=union
|
*.vbproj text=auto merge=union
|
||||||
|
|||||||
Reference in New Issue
Block a user