feat: add system quality improvement plan and implementation
This commit is contained in:
@@ -4,6 +4,11 @@ server:
|
||||
spring:
|
||||
application:
|
||||
name: novalon-manage-api
|
||||
servlet:
|
||||
multipart:
|
||||
enabled: true
|
||||
max-file-size: 10MB
|
||||
max-request-size: 10MB
|
||||
datasource:
|
||||
url: jdbc:postgresql://localhost:55432/manage_system
|
||||
username: postgres
|
||||
@@ -14,7 +19,12 @@ spring:
|
||||
username: postgres
|
||||
password: postgres
|
||||
flyway:
|
||||
enabled: false
|
||||
enabled: true
|
||||
url: jdbc:postgresql://localhost:55432/manage_system
|
||||
user: postgres
|
||||
password: postgres
|
||||
locations: classpath:db/migration
|
||||
baseline-on-migrate: true
|
||||
|
||||
jwt:
|
||||
secret: novalon-manage-secret-key-change-in-production
|
||||
|
||||
Reference in New Issue
Block a user