Skip to content

Commit ecad9fa

Browse files
committed
style(application-travis.properties): reorder parameters to reduce diff with application-test.properties.
[skip ci]
1 parent 095cd72 commit ecad9fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/resources/application-travis.properties

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ spring.messages.basename: \
1515
ru/mystamps/i18n/SpringSecurityMessages, \
1616
ru/mystamps/i18n/MailTemplates
1717

18-
mailgun.endpoint: http://127.0.0.1:8888/mailgun/send-message
19-
mailgun.password: secret
20-
2118
spring.thymeleaf.mode: HTML
2219
spring.thymeleaf.prefix: /WEB-INF/views/
2320
spring.thymeleaf.suffix: .html
2421
spring.thymeleaf.cache: true
2522

23+
mailgun.endpoint: http://127.0.0.1:8888/mailgun/send-message
24+
mailgun.password: secret
25+
2626
liquibase.contexts: scheme, init-data, test-data
2727
liquibase.change-log: classpath:/liquibase/changelog.xml
2828

0 commit comments

Comments
 (0)