Appsetting connection string changed

This commit is contained in:
Kishor Tripathy 2025-11-02 13:55:44 +05:30
parent 0655095a00
commit fcb2106da3
7 changed files with 7 additions and 1 deletions

2
.gitignore vendored
View File

@ -88,7 +88,7 @@ desktop.ini
.dotnet-tools/ .dotnet-tools/
# Secrets and config files # Secrets and config files
appsettings.*.json # appsettings.*.json
secrets.json secrets.json
*.key *.key
*.pem *.pem

View File

@ -26,3 +26,4 @@
"ProfilesLocation": "awss3credentials" "ProfilesLocation": "awss3credentials"
} }
} }

View File

@ -17,3 +17,4 @@
"Issuer": "Odiware" "Issuer": "Odiware"
} }
} }

View File

@ -17,3 +17,4 @@
"Issuer": "Odiware" "Issuer": "Odiware"
} }
} }

View File

@ -16,3 +16,4 @@
"Issuer": "Odiware" "Issuer": "Odiware"
} }
} }

View File

@ -16,3 +16,4 @@
"Issuer": "Odiware" "Issuer": "Odiware"
} }
} }

View File

@ -17,3 +17,4 @@
"BaseUrl": "https://odiware.odoo.com" "BaseUrl": "https://odiware.odoo.com"
} }
} }