We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a35666 commit ee509d4Copy full SHA for ee509d4
1 file changed
src/test/resources/application-test.yml
@@ -33,9 +33,29 @@ external:
33
enabled: false
34
35
solvesync:
36
+ jwt:
37
+ secret: test-jwt-secret-key-must-be-at-least-32-bytes
38
+ issuer: solvesync-test
39
+ access-token-expires-minutes: 120
40
+
41
+ security:
42
+ oauth2:
43
+ authorized-redirect-uris:
44
+ - http://localhost:3000
45
46
evaluation:
47
48
49
maintenance:
50
platform-account:
51
52
53
+ mq:
54
+ daily-summary:
55
+ exchange: test.solve.exchange
56
+ queue: test.solve.daily-summary.queue
57
+ routing-key: test.solve.daily-summary.upsert
58
59
+ solve:
60
+ http:
61
+ max-batch-size: 5000
0 commit comments