-
Notifications
You must be signed in to change notification settings - Fork 359
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Workshop management api and add limits on request (#227)
* Workshop management user details api * Limit offset support for service req query * Update node version to 16
- Loading branch information
1 parent
6bfa7eb
commit 4c8655e
Showing
38 changed files
with
1,963 additions
and
610 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,7 @@ apiGatewayServiceUrl: https://api.mypremiumdealership.com | |
apiGatewayServiceInstall: true | ||
apiGatewayPassword: | ||
tlsEnabled: false | ||
jwtExpiration: 604800000 | ||
|
||
waitForK8sResources: | ||
image: groundnuty/k8s-wait-for:v1.3 | ||
|
@@ -73,7 +74,6 @@ identity: | |
smtpFrom: "[email protected]" | ||
smtpAuth: true | ||
smtpStartTLS: true | ||
jwtExpiration: 604800000 | ||
keyStoreType: PKCS12 | ||
keyStore: classpath:certs/server.p12 | ||
keyStorePassword: passw0rd | ||
|
Oops, something went wrong.