state after adding all of the user stuff and messing around with the wierd brave bug

This commit is contained in:
2026-03-08 14:45:38 -04:00
commit dde9ffcedb
4283 changed files with 124077 additions and 0 deletions

View File

@@ -0,0 +1,34 @@
{
"profiles": {
"http": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"dotnetRunMessages": true,
"applicationUrl": "http://localhost:5133"
},
"https": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"dotnetRunMessages": true,
"applicationUrl": "https://localhost:7139;http://localhost:5133"
},
"Container (Dockerfile)": {
"commandName": "Docker",
"launchBrowser": true,
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}",
"environmentVariables": {
"ASPNETCORE_HTTPS_PORTS": "8081",
"ASPNETCORE_HTTP_PORTS": "8080"
},
"publishAllPorts": true,
"useSSL": true
}
},
"$schema": "https://json.schemastore.org/launchsettings.json"
}

View File

@@ -0,0 +1,16 @@
{
"dependencies": {
"mssql1": {
"type": "mssql",
"connectionId": "ConnectionStrings:DefaultConnection"
},
"postgresql1": {
"type": "postgresql",
"connectionId": "ConnectionStrings:DatabaseConnection"
},
"secrets1": {
"type": "secrets",
"connectionId": null
}
}
}

View File

@@ -0,0 +1,23 @@
{
"dependencies": {
"mssql1": {
"type": "mssql.local",
"connectionId": "ConnectionStrings:DefaultConnection"
},
"postgresql1": {
"containerPorts": "5432:5432",
"secretStore": "LocalSecretsFile",
"containerName": "postgresql",
"containerImage": "postgres",
"resourceId": null,
"type": "postgresql.container",
"connectionId": "ConnectionStrings:DatabaseConnection"
},
"secrets1": {
"secretStore": null,
"resourceId": null,
"type": "secrets.user",
"connectionId": null
}
}
}

View File

@@ -0,0 +1,17 @@
{
"dependencies": {
"postgresql1": {
"restored": true,
"restoreTime": "2025-07-18T01:31:18.3809456Z"
},
"mssql1": {
"restored": true,
"restoreTime": "2025-07-17T01:32:03.2187402Z"
},
"secrets1": {
"restored": true,
"restoreTime": "2025-07-17T23:51:03.9189016Z"
}
},
"parameters": {}
}