Skip to content
Snippets Groups Projects

Add kong to docker compose

Merged Tuan Hoang Dinh Anh requested to merge tuanh/backend-core:main into main
50 files
+ 1791
109
Compare changes
  • Side-by-side
  • Inline
Files
50
+ 3
0
@@ -150,6 +150,9 @@ const config = {
clientSecret: envVars.CERTIVITY_CLIENT_SECRET,
regulationBaseUrl: 'https://ctvt-service-api.azurewebsites.net/api/v1/protected/regulation',
},
sso: {
msGraphMeEndpoint: 'https://graph.microsoft.com/v1.0/me',
},
};
if (config.env === 'development') {
Loading