|
|
@@ -26,7 +26,7 @@ spring:
|
|
|
generate-ddl: false
|
|
|
properties:
|
|
|
hibernate:
|
|
|
- generate_statistics: true
|
|
|
+ generate_statistics: false
|
|
|
dialect: org.hibernate.dialect.PostgreSQLDialect
|
|
|
ddl-auto: none
|
|
|
hbm2ddl:
|
|
|
@@ -76,7 +76,11 @@ job:
|
|
|
|
|
|
sftp:
|
|
|
credentials:
|
|
|
+ username: pemc
|
|
|
+ password: 123qwe
|
|
|
host: sftp.marathon.l4lb.thisdcos.directory
|
|
|
+ port: 22
|
|
|
workingDirectory: /upload
|
|
|
+ privateKey:
|
|
|
|
|
|
|