Add project files.
This commit is contained in:
37
Properties/launchSettings.json
Normal file
37
Properties/launchSettings.json
Normal file
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"iisSettings": {
|
||||
"windowsAuthentication": false,
|
||||
"anonymousAuthentication": true,
|
||||
"iisExpress": {
|
||||
"applicationUrl": "http://localhost:53808",
|
||||
"sslPort": 44323
|
||||
}
|
||||
},
|
||||
"profiles": {
|
||||
"http": {
|
||||
"commandName": "Project",
|
||||
"dotnetRunMessages": true,
|
||||
"launchBrowser": true,
|
||||
"applicationUrl": "http://localhost:5258",
|
||||
"environmentVariables": {
|
||||
"ASPNETCORE_ENVIRONMENT": "Development"
|
||||
}
|
||||
},
|
||||
"https": {
|
||||
"commandName": "Project",
|
||||
"dotnetRunMessages": true,
|
||||
"launchBrowser": true,
|
||||
"applicationUrl": "https://localhost:7033;http://localhost:5258",
|
||||
"environmentVariables": {
|
||||
"ASPNETCORE_ENVIRONMENT": "Development"
|
||||
}
|
||||
},
|
||||
"IIS Express": {
|
||||
"commandName": "IISExpress",
|
||||
"launchBrowser": true,
|
||||
"environmentVariables": {
|
||||
"ASPNETCORE_ENVIRONMENT": "Development"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
12
Properties/serviceDependencies.json
Normal file
12
Properties/serviceDependencies.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"secrets1": {
|
||||
"type": "secrets"
|
||||
},
|
||||
"sqlite1": {
|
||||
"type": "sqlite",
|
||||
"connectionId": "ConnectionStrings:SQLite",
|
||||
"dynamicId": null
|
||||
}
|
||||
}
|
||||
}
|
||||
13
Properties/serviceDependencies.local.json
Normal file
13
Properties/serviceDependencies.local.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"secrets1": {
|
||||
"type": "secrets.user"
|
||||
},
|
||||
"sqlite1": {
|
||||
"secretStore": "LocalSecretsFile",
|
||||
"type": "sqlite.local",
|
||||
"connectionId": "ConnectionStrings:SQLite",
|
||||
"dynamicId": null
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user