File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ ASPNETCORE_URLS=http://+:80;https://+:443
4
4
ASPNETCORE_HTTP_PORTS = 80
5
5
ASPNETCORE_HTTPS_PORTS = 443
6
6
APP_URL = <your_app_url>
7
-
7
+ APP_NAME = Blazor Studio
8
8
DB_PROVIDER = mssql
9
9
DB_CONNECTION_STRING = Server=<your_server>;Database=<your_db>;User Id=<your_user>;Password=<your_password>;MultipleActiveResultSets=true;Encrypt=false;TrustServerCertificate=false
10
10
SA_PASSWORD = <your_sa_password>
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ services:
9
9
- ASPNETCORE_HTTP_PORTS=${ASPNETCORE_HTTP_PORTS}
10
10
- ASPNETCORE_HTTPS_PORTS=${ASPNETCORE_HTTPS_PORTS}
11
11
- AppConfigurationSettings__ApplicationUrl=${APP_URL}
12
+ - AppConfigurationSettings__AppName=${APP_NAME}
12
13
- DatabaseSettings__DBProvider=${DB_PROVIDER}
13
14
- DatabaseSettings__ConnectionString=${DB_CONNECTION_STRING}
14
15
- SmtpClientOptions__User=${SMTP_USER}
You can’t perform that action at this time.
0 commit comments