-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathapplication.yml
161 lines (150 loc) · 5.62 KB
/
application.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
# ===================================================================
# Spring Boot configuration.
#
# This configuration will be overridden by the Spring profile you use,
# for example application-dev.yml if you use the "dev" profile.
#
# More information on profiles: https://www.jhipster.tech/profiles/
# More information on configuration properties: https://www.jhipster.tech/common-application-properties/
# ===================================================================
# ===================================================================
# Standard Spring Boot properties.
# Full reference is available at:
# http://docs.spring.io/spring-boot/docs/current/reference/html/common-application-properties.html
# ===================================================================
management:
endpoints:
web:
base-path: /management
exposure:
include: ["configprops", "env", "health", "info", "threaddump", "logfile" ]
endpoint:
health:
show-details: when_authorized
info:
git:
mode: full
health:
mail:
enabled: false # When using the MailService, configure an SMTP server and set this to true
metrics:
enabled: false # http://micrometer.io/ is disabled by default, as we use http://metrics.dropwizard.io/ instead
spring:
application:
name: svn2git
profiles:
# The commented value for `active` can be replaced with valid Spring profiles to load.
# Otherwise, it will be filled in by maven when building the WAR file
# Either way, it can be overridden by `--spring.profiles.active` value passed in the commandline or `-Dspring.profiles.active` set in `JAVA_OPTS`
active: dev
jpa:
open-in-view: false
hibernate:
ddl-auto: none
naming:
physical-strategy: org.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategy
implicit-strategy: org.springframework.boot.orm.jpa.hibernate.SpringImplicitNamingStrategy
messages:
basename: i18n/messages
mvc:
favicon:
enabled: false
thymeleaf:
mode: HTML
server:
servlet:
session:
cookie:
http-only: true
# Properties to be exposed on the /info management endpoint
info:
# Comma separated list of profiles that will trigger the ribbon to show
display-ribbon-on-profiles: "dev"
# ===================================================================
# JHipster specific properties
#
# Full reference is available at: https://www.jhipster.tech/common-application-properties/
# ===================================================================
jhipster:
async:
core-pool-size: 1
max-pool-size: 1
queue-capacity: 10000
# By default CORS is disabled. Uncomment to enable.
#cors:
#allowed-origins: "*"
#allowed-methods: "*"
#allowed-headers: "*"
#exposed-headers: "Authorization,Link,X-Total-Count"
#allow-credentials: true
#max-age: 1800
mail:
from: svn2git@localhost
logging:
file: svn2git.log
# ===================================================================
# Application specific properties
# Add your own application properties here, see the ApplicationProperties class
# to have type-safe configuration, like in the JHipsterProperties above
#
# More documentation is available at:
# https://www.jhipster.tech/common-application-properties/
# ===================================================================
application:
password.cipher: svn2git
work:
directory: /tmp/svn2git
maxSvnLevel: 3
flags:
projectCleaningOption: true
gitlabGroupCreationOption: true
git-mv-f-option: false
git-mv-k-option: true
git-svn-clone-preserve-empty-dirs-option: false
cleanup-work-directory: true
alpine: false
artifactory:
enabled: false
url: http://localhost:8081/artifactory
user: admin
password: TO_REPLACE
accessToken:
repository: libs-release-svn2git-local
groupIdPrefix: my.group.id
# should start with a slash
binariesDirectory:
# Attention any folder called this will be deleted wherever it is. Leave blank if not used. Done before Mappings (unfortunately)
# Can be comma separated list
deleteFolderWithBFG:
uploadPauseMilliSeconds: 1000
nexus:
enabled: false
url: http://localhost:8081/nexus
repository: raw-repo
user: admin
password: TO_REPLACE
gitlab:
url: http://localhost/
account: root
token: TO_REPLACE
credentials: optional
waitSeconds: 15
dynamic-local-config[0]: pack.deltaCacheSize 256m,Limiting deltaCacheSize to 256m (default)
dynamic-local-config[1]: pack.windowMemory 512m,Limiting window memory size to 512m
dynamic-local-config[2]: pack.threads 5,Limiting number of threads to 5
# dynamic-local-config[3]: pack.packSizeLimit 128m,Limiting packSizeLimit to 128m
# dynamic-local-config[4]: core.packedGitLimit 128m,Limiting packedGitLimit to 128m
# dynamic-local-config[5]: core.packedGitWindowSize 128m,Limiting packedGitWindowSize to 128m
gitPushPauseMilliSeconds: 5000
gitMvPauseMilliSeconds: 500
uploadToRegistry: false
svn:
url: svn://localhost/
user:
password:
credentials: required
svnUrlModifiable: true
maxFetchAttempts: 20
override:
extensions: false
mappings: false