This commit is contained in:
Ruidy Nemausat 2020-03-30 15:13:47 +02:00
parent f12f5f0187
commit a187e1c526
4 changed files with 1 additions and 34 deletions

1
.gitignore vendored
View file

@ -3,6 +3,7 @@
.DS_Store
**bin/
**obj/
app.db
Data/Interfaces
Data/UnitOfWork.cs
Data/*Repository.cs

View file

@ -1,30 +0,0 @@
{
"$schema": "http://json.schemastore.org/launchsettings.json",
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:15556",
"sslPort": 44341
}
},
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"launchUrl": "weatherforecast",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"TicketManager": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "/",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:5001;http://localhost:5000"
}
}
}

BIN
app.db

Binary file not shown.

View file

@ -1,4 +0,0 @@
{
"domain": "https://dev-fyjrvohx.auth0.com/",
"clientId": "Gwee9FRswz3V4NodUQN2Hr2rB2S025Rf"
}