Got the new ui flow working and the models updated. Need to get changes written to the database.
This commit is contained in:
12
OpenArchival.DataAccess/Properties/launchSettings.json
Normal file
12
OpenArchival.DataAccess/Properties/launchSettings.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"profiles": {
|
||||
"OpenArchival.DataAccess": {
|
||||
"commandName": "Project",
|
||||
"launchBrowser": false,
|
||||
"environmentVariables": {
|
||||
"ASPNETCORE_ENVIRONMENT": "Development"
|
||||
},
|
||||
"applicationUrl": "https://localhost:52509;http://localhost:52510"
|
||||
}
|
||||
}
|
||||
}
|
||||
12
OpenArchival.DataAccess/Properties/serviceDependencies.json
Normal file
12
OpenArchival.DataAccess/Properties/serviceDependencies.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"secrets1": {
|
||||
"type": "secrets"
|
||||
},
|
||||
"postgresql1": {
|
||||
"type": "postgresql",
|
||||
"connectionId": "ConnectionStrings:DatabaseConnection",
|
||||
"dynamicId": null
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"secrets1": {
|
||||
"type": "secrets.user"
|
||||
},
|
||||
"postgresql1": {
|
||||
"containerPorts": "5432:5432",
|
||||
"secretStore": "LocalSecretsFile",
|
||||
"containerName": "postgresql",
|
||||
"containerImage": "postgres",
|
||||
"type": "postgresql.container",
|
||||
"connectionId": "ConnectionStrings:DatabaseConnection",
|
||||
"dynamicId": null
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"postgresql1": {
|
||||
"restored": true,
|
||||
"restoreTime": "2025-08-01T13:34:48.1334288Z"
|
||||
},
|
||||
"secrets1": {
|
||||
"restored": true,
|
||||
"restoreTime": "2025-08-01T13:34:47.8718098Z"
|
||||
}
|
||||
},
|
||||
"parameters": {}
|
||||
}
|
||||
Reference in New Issue
Block a user