feat(config): add production configuration for gateway URL and authentication
Build and Deploy to Production / build-and-deploy (push) Successful in 4m5s

This commit is contained in:
masoodafar-web
2025-12-27 07:46:54 +03:30
parent 1a65babb9d
commit 230453e491
@@ -0,0 +1,8 @@
{
// "GwUrl": "https://localhost:6468",
"GwUrl": "https://bogw.kbs2.ir",
"Authentication": {
"Authority": "https://ids.afrino.co/",
"ClientId": "client_backoffice_spa"
}
}