diff --git a/.~lock.document_Install.docx# b/.~lock.document_Install.docx# new file mode 100644 index 0000000..23ccb66 --- /dev/null +++ b/.~lock.document_Install.docx# @@ -0,0 +1 @@ +,PC-KHAM/Kham,PC-KHAM,04.04.2026 22:40,file:///C:/Users/Kham/AppData/Roaming/LibreOffice/4; \ No newline at end of file diff --git a/API/FamilyTreeAPI/FamilyTreeAPI.csproj b/API/FamilyTreeAPI/FamilyTreeAPI.csproj index 223c758..2514b8c 100644 --- a/API/FamilyTreeAPI/FamilyTreeAPI.csproj +++ b/API/FamilyTreeAPI/FamilyTreeAPI.csproj @@ -1,7 +1,7 @@  - net9.0 + net10.0 enable enable Linux @@ -16,23 +16,23 @@ - - + + - - - + + + runtime; build; native; contentfiles; analyzers; buildtransitive all - + all runtime; build; native; contentfiles; analyzers; buildtransitive - - + + - + diff --git a/API/FamilyTreeAPI/appsettings.json b/API/FamilyTreeAPI/appsettings.json index d54339f..9039aff 100644 --- a/API/FamilyTreeAPI/appsettings.json +++ b/API/FamilyTreeAPI/appsettings.json @@ -2,8 +2,8 @@ "AppSettings": { "Secret": "Nepean Blue Mountain Super Secret SIGN AND VERIFY JWT TOKENS, BEARER TOKEN USE WHEN CALLING THIS API.", - "SQLConnectionString": "host=localhost;port=5432;database=FamilyTreeDB;username=postgres;password=Positive~1;", - "SQLConnectionString_o": "host=192.168.1.123;port=5432;database=FamilyTreeDB;username=postgres;password=Positive~1;", + "SQLConnectionString0": "host=localhost;port=5432;database=FamilyTreeDB;username=postgres;password=Positive~1;", + "SQLConnectionString": "host=192.168.1.102;port=5432;database=FamilyTreeDB;username=postgres;password=Positive~1;", "ImageFolder": "c:\\temp\\Family", "ImportFolder": "c:\\temp" diff --git a/UI/src.rar b/UI/src.rar deleted file mode 100644 index 2fe2df1..0000000 Binary files a/UI/src.rar and /dev/null differ diff --git a/UI/src/app/app.config.ts b/UI/src/app/app.config.ts index c1e8d36..d0ae333 100644 --- a/UI/src/app/app.config.ts +++ b/UI/src/app/app.config.ts @@ -44,7 +44,9 @@ export const appConfig: ApplicationConfig = { ] }; - +/* +$) ng build --base-href "/FamilyTreeUI/" -c production +*/ /* diff --git a/document_Install.docx b/document_Install.docx index 3c1fc81..83b7976 100644 Binary files a/document_Install.docx and b/document_Install.docx differ