2024-12-02 13:24:34 +00:00
|
|
|
{
|
|
|
|
|
"Logging": {
|
2025-10-22 13:05:31 +00:00
|
|
|
"ShouldLogEveryRequest": "Yes"
|
2024-12-02 13:24:34 +00:00
|
|
|
},
|
|
|
|
|
"AllowedHosts": "*",
|
|
|
|
|
"ConnectionStrings": {
|
2025-11-02 08:41:12 +00:00
|
|
|
//Production connection string
|
|
|
|
|
"DefaultConnectionString": "BTG3gPH/5QU/Ziaw9qfFcCR7n1uQ58BpJeY2enHpagQNiaQohW6//faJRPLyjzLzsufkT3kcnHv7+P6DKFrnahIHTFJAhmPTRfVppxEotvCAmd6bHfq7IT9UhGEAzJkEldkpRe780FaHNfmer6pIGhS9P15G2ZrP99vd3Pxu/nUyBcoKTbo40I7lKUQJ4gRUZbWjjD/bjwMFs9ouKC7CDQ=="
|
|
|
|
|
|
|
|
|
|
//Staging Connection String
|
|
|
|
|
//"DefaultConnectionString": "3O5IBcQilkuCpSiL2/78srPWCHpYVGryBrDmdDH7ymmzevrvLYfgEbsScCZKknceXynyLeTn/5v0PJ4ddIyj6xF/wS+l7ElwqwaaGlpVEFNG4RetA1YQ/dKg92Y9czBU9QeEkT7DVwsBpb4LX+3X0uOd0VlQYhIQ1bmF0YNmlubv3O0k8c4UFM8sVzPexSIx8JuqhjWgfDw5sAgyKqvg/Q=="
|
2024-12-02 13:24:34 +00:00
|
|
|
},
|
|
|
|
|
"Jwt": {
|
|
|
|
|
"Key": "THIS_IS_ODIWARE_SECRET_KEY",
|
2025-10-22 13:05:31 +00:00
|
|
|
"Issuer": "Odiware"
|
|
|
|
|
},
|
|
|
|
|
"OdooConfig": {
|
|
|
|
|
"Db": "odiware",
|
|
|
|
|
"Username": "sagar@odiware.com",
|
|
|
|
|
"Password": "Turnover@13",
|
|
|
|
|
"BaseUrl": "https://odiware.odoo.com"
|
2024-12-02 13:24:34 +00:00
|
|
|
}
|
|
|
|
|
}
|
2025-11-02 08:25:44 +00:00
|
|
|
|