inital working version
This commit is contained in:
31
backend/src/test/resources/application-test.yml
Normal file
31
backend/src/test/resources/application-test.yml
Normal file
@@ -0,0 +1,31 @@
|
||||
spring:
|
||||
jpa:
|
||||
hibernate:
|
||||
ddl-auto: create-drop
|
||||
properties:
|
||||
hibernate:
|
||||
format_sql: true
|
||||
show-sql: false
|
||||
|
||||
servlet:
|
||||
multipart:
|
||||
max-file-size: 5MB
|
||||
max-request-size: 10MB
|
||||
|
||||
storycove:
|
||||
jwt:
|
||||
secret: test-secret-key
|
||||
expiration: 86400000
|
||||
auth:
|
||||
password: test-password
|
||||
typesense:
|
||||
enabled: false
|
||||
api-key: test-key
|
||||
host: localhost
|
||||
port: 8108
|
||||
images:
|
||||
storage-path: /tmp/test-images
|
||||
|
||||
logging:
|
||||
level:
|
||||
com.storycove: DEBUG
|
||||
Reference in New Issue
Block a user