Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
MonPote committed Jul 16, 2024
1 parent 8057f58 commit 8b1f31d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions public/assets/data/.well-known/runtime-app-configuration
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"selfConfiguration": {
"managementEndpoint": "http://127.0.0.1:8383/management",
"stsEndpoint": "http://127.0.0.1:8383/sts",
"zenkoEndpoint": "http://127.0.0.1:8383/s3",
"iamEndpoint": "http://127.0.0.1:8383/iam",
"zenkoEndpoint": "http://127.0.0.1:8383/data/s3",
"iamEndpoint": "http://127.0.0.1:8383/data/iam",
"features": [],
"basePath": ""
},
Expand Down
4 changes: 2 additions & 2 deletions rspack.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -192,9 +192,9 @@ const config: Configuration = {
}
},
},
'/iam': {
'/data/iam': {
target: `https://iam.${zenkoDNS}`,
pathRewrite: { '^/iam': '' },
pathRewrite: { '^/data/iam': '' },
secure: false,
changeOrigin: true,
logLevel: 'debug',
Expand Down

0 comments on commit 8b1f31d

Please sign in to comment.