Skip to content

Commit 6df7c42

Browse files
committed
add app name
1 parent b811241 commit 6df7c42

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

deploy/.env

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ASPNETCORE_URLS=http://+:80;https://+:443
44
ASPNETCORE_HTTP_PORTS=80
55
ASPNETCORE_HTTPS_PORTS=443
66
APP_URL=<your_app_url>
7-
7+
APP_NAME=Blazor Studio
88
DB_PROVIDER=mssql
99
DB_CONNECTION_STRING=Server=<your_server>;Database=<your_db>;User Id=<your_user>;Password=<your_password>;MultipleActiveResultSets=true;Encrypt=false;TrustServerCertificate=false
1010
SA_PASSWORD=<your_sa_password>

deploy/docker-compose.yml

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ services:
99
- ASPNETCORE_HTTP_PORTS=${ASPNETCORE_HTTP_PORTS}
1010
- ASPNETCORE_HTTPS_PORTS=${ASPNETCORE_HTTPS_PORTS}
1111
- AppConfigurationSettings__ApplicationUrl=${APP_URL}
12+
- AppConfigurationSettings__AppName=${APP_NAME}
1213
- DatabaseSettings__DBProvider=${DB_PROVIDER}
1314
- DatabaseSettings__ConnectionString=${DB_CONNECTION_STRING}
1415
- SmtpClientOptions__User=${SMTP_USER}

0 commit comments

Comments
 (0)