45 lines
1.2 KiB
Properties
45 lines
1.2 KiB
Properties
spring.application.name=tendermanagement
|
|
|
|
# Multipart Configuration
|
|
spring.servlet.multipart.max-file-size=50MB
|
|
spring.servlet.multipart.max-request-size=50MB
|
|
|
|
spring.profiles.active=testing
|
|
|
|
|
|
# JPA Configuration
|
|
spring.jpa.properties.hibernate.default_schema=gepafin_schema
|
|
spring.jpa.hibernate.ddl-auto=none
|
|
spring.jpa.show-sql=false
|
|
|
|
|
|
# Liquibase Configuration
|
|
spring.liquibase.change-log=classpath:db/changelog/db.changelog-master.xml
|
|
spring.liquibase.default-schema=gepafin_schema
|
|
spring.liquibase.enabled=true
|
|
|
|
|
|
# Swagger Configuration
|
|
springdoc.api-docs.path=/v1/api-docs
|
|
springdoc.swagger-ui.tagsSorter=alpha
|
|
|
|
|
|
#aws configuration
|
|
aws.access.key.id=AKIAVWDQWCUEOSUN4LUW
|
|
aws.secret.access.key=FtnkzF8E3vtqPrVnloqMyNSUSqg0f9Z9L0R7qQOu
|
|
aws.s3.region=eu-west-1
|
|
aws.s3.bucket.name=mementoresources
|
|
aws.s3.url = https://mementoresources.s3.eu-west-1.amazonaws.com/
|
|
aws.s3.url.folder=gepafin
|
|
# JWT configuration
|
|
# Ensure these values match your expectations
|
|
security.authentication.jwt.secret=my-secret-token-to-change-in-prod-environment-your-super-secure-randomly-generated-key
|
|
security.authentication.jwt.token-validity-in-seconds=86400
|
|
|
|
|
|
spring.main.allow-circular-references=true
|
|
|
|
isVatCheckGloballyDisabled = true
|
|
vatCheckNewToken: 66026bd891a51044e90e08c4
|
|
|