Skip to content

Commit ea46ba7

Browse files
committed
application-travis.properties: add a link to Travis CI documentation.
No functional changes. [ci skip]
1 parent b19a375 commit ea46ba7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/resources/application-travis.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
spring.profiles: travis
22

3+
# Details about MySQL configuration on Travis CI: https://docs.travis-ci.com/user/database-setup/#MySQL
34
spring.datasource.url: jdbc:mysql://localhost:3306/mystamps?logger=com.mysql.jdbc.log.Slf4JLogger&useSSL=false&logSlowQueries=true&slowQueryThresholdMillis=500&autoSlowLog=false&explainSlowQueries=true&characterEncoding=UTF-8
45
spring.datasource.username: travis
56
spring.datasource.password:

0 commit comments

Comments
 (0)