Initial commit
This commit is contained in:
22
src/test/resources/application.yml
Normal file
22
src/test/resources/application.yml
Normal file
@@ -0,0 +1,22 @@
|
||||
# Test configuration
|
||||
quarkus:
|
||||
datasource:
|
||||
db-kind: h2
|
||||
username: sa
|
||||
password: ""
|
||||
jdbc:
|
||||
url: jdbc:h2:mem:testdb;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE
|
||||
|
||||
hibernate-orm:
|
||||
database:
|
||||
generation: drop-and-create
|
||||
log:
|
||||
sql: false
|
||||
|
||||
flyway:
|
||||
migrate-at-start: false
|
||||
|
||||
# JWT Configuration for tests
|
||||
jwt:
|
||||
secret: test-secret-key-for-jwt-token-generation-that-is-long-enough-for-hmac-sha256-algorithm-requirements
|
||||
expiration: 3600
|
||||
Reference in New Issue
Block a user