File tree Expand file tree Collapse file tree
timeless-api/src/test/resources Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,8 +8,20 @@ quarkus.datasource.devservices.image-name=postgres:17-alpine
88quarkus.hibernate-orm.schema-management.strategy =drop-and-create
99quarkus.hibernate-orm.log.sql =true
1010
11- # AWS dummy config for tests to avoid SQS startup failure
11+ # AWS dummy config for tests to avoid startup failures
1212quarkus.sqs.aws.region =us-east-1
1313quarkus.sqs.aws.credentials.type =static
1414quarkus.sqs.aws.credentials.static-provider.access-key-id =test
1515quarkus.sqs.aws.credentials.static-provider.secret-access-key =test
16+ whatsapp.incoming-message.queue-url =http://localhost:4566/000000000000/incoming-test.fifo
17+ whatsapp.recognized-message.queue-url =http://localhost:4566/000000000000/recognized-test.fifo
18+
19+ # AI dummy config for tests
20+ quarkus.langchain4j.openai.api-key =dummy-key
21+ quarkus.langchain4j.openai.gpt-4-turbo.api-key =dummy-key
22+
23+ # Security and JWT dummy config for tests
24+ security.sensible.secret =YS0xNi1ieXRlLXNlY3JldA==
25+ mp.jwt.verify.publickey =dummy-public-key
26+ mp.jwt.verify.issuer =https://timelessapp.platformoon.com/issuer
27+ smallrye.jwt.sign.key =dummy-private-key
You can’t perform that action at this time.
0 commit comments