diff --git a/src/BackOffice/wwwroot/appsettings.Staging.json b/src/BackOffice/wwwroot/appsettings.Staging.json new file mode 100644 index 0000000..50cda35 --- /dev/null +++ b/src/BackOffice/wwwroot/appsettings.Staging.json @@ -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" + } +}