practicekea_backend/microservices/user/appsettings.json

21 lines
597 B
JSON
Raw Normal View History

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": {
"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