feat(config): Add staging configuration for backend URL and authentication
Build and Deploy / build (push) Has been cancelled

This commit is contained in:
masoodafar-web
2025-12-27 05:07:50 +03:30
parent ece29956b2
commit 98a4ba9e99
@@ -0,0 +1,8 @@
{
// "GwUrl": "https://localhost:6468",
"GwUrl": "https://backoffice-bff.foursat.afrino.co",
"Authentication": {
"Authority": "https://ids.afrino.co/",
"ClientId": "client_backoffice_spa"
}
}