state after adding all of the user stuff and messing around with the wierd brave bug
This commit is contained in:
34
OpenArchival.Blazor/Properties/launchSettings.json
Normal file
34
OpenArchival.Blazor/Properties/launchSettings.json
Normal 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"
|
||||
}
|
||||
16
OpenArchival.Blazor/Properties/serviceDependencies.json
Normal file
16
OpenArchival.Blazor/Properties/serviceDependencies.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"mssql1": {
|
||||
"type": "mssql",
|
||||
"connectionId": "ConnectionStrings:DefaultConnection"
|
||||
},
|
||||
"postgresql1": {
|
||||
"type": "postgresql",
|
||||
"connectionId": "ConnectionStrings:DatabaseConnection"
|
||||
},
|
||||
"secrets1": {
|
||||
"type": "secrets",
|
||||
"connectionId": null
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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": {}
|
||||
}
|
||||
Reference in New Issue
Block a user