update
This commit is contained in:
parent
9c800fb4a3
commit
23f3c29ad5
620 changed files with 23394 additions and 55052 deletions
88
config/application.yaml
Normal file
88
config/application.yaml
Normal file
|
|
@ -0,0 +1,88 @@
|
|||
config:
|
||||
data:
|
||||
executor:
|
||||
socket:
|
||||
timeout: 10
|
||||
connection:
|
||||
timeout: 10
|
||||
url: http://localhost:8080/api
|
||||
webbpm:
|
||||
mode: development
|
||||
security:
|
||||
token:
|
||||
secret:
|
||||
key: de2c9de3-0de5-47c1-a8de-0fad6f93873b-com.example-ervu_eks_5-17_10_2025_13:18
|
||||
server:
|
||||
servlet:
|
||||
context-path: /ervu-eks
|
||||
bpmn:
|
||||
enable: false
|
||||
gar:
|
||||
enable: false
|
||||
fias:
|
||||
enable: false
|
||||
spring:
|
||||
mvc:
|
||||
servlet:
|
||||
loadOnStartup: 1
|
||||
jackson:
|
||||
serialization:
|
||||
write-dates-as-timestamps: false
|
||||
write-enums-using-to-string: true
|
||||
deserialization:
|
||||
read-enums-using-to-string: true
|
||||
task:
|
||||
scheduling:
|
||||
pool:
|
||||
size: 12
|
||||
datasource:
|
||||
person:
|
||||
url: jdbc:postgresql://10.10.31.118:5432/person_registry
|
||||
username: ervu
|
||||
password: ervu
|
||||
driverClassName: org.postgresql.Driver
|
||||
dbBeanPackage: com.example.ervu_eks_5.db_beans.person
|
||||
sqlDialect: POSTGRES
|
||||
default: true
|
||||
manually: true
|
||||
schemas:
|
||||
- public
|
||||
security:
|
||||
url: jdbc:postgresql://10.10.31.118/ervu_eks
|
||||
username: ervu_eks_sec
|
||||
password: ervu_eks_sec
|
||||
driverClassName: org.postgresql.Driver
|
||||
dbBeanPackage: com.example.ervu_eks_5.db_beans.security
|
||||
sqlDialect: POSTGRES
|
||||
maxSize: 7
|
||||
metricsEnabled: true
|
||||
default: false
|
||||
manually: true
|
||||
schemas:
|
||||
- security
|
||||
monitoring:
|
||||
white:
|
||||
ip:
|
||||
list: 127.0.0.1, 0:0:0:0:0:0:0:1
|
||||
management:
|
||||
endpoints:
|
||||
web:
|
||||
exposure:
|
||||
include: info,health,metrics,prometheus
|
||||
metrics:
|
||||
export:
|
||||
prometheus:
|
||||
enabled: true
|
||||
logging:
|
||||
level:
|
||||
root: INFO
|
||||
org:
|
||||
jooq:
|
||||
tools: DEBUG
|
||||
ru:
|
||||
cg:
|
||||
webbpm:
|
||||
modules:
|
||||
database:
|
||||
impl:
|
||||
analytics: DEBUG
|
||||
Loading…
Add table
Add a link
Reference in a new issue