Skip to content

Commit 498ec9d

Browse files
committed
Reset Travis link to master + disable REST API (not ready yet)
1 parent cc20b2c commit 498ec9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# BX-bot
22

3-
[![Build Status](https://travis-ci.org/gazbert/bxbot.svg?branch=bxbot-restapi)](https://travis-ci.org/gazbert/bxbot)
3+
[![Build Status](https://travis-ci.org/gazbert/bxbot.svg?branch=master)](https://travis-ci.org/gazbert/bxbot)
44
[![Sonarcloud Status](https://sonarcloud.io/api/project_badges/measure?project=gazbert_bxbot&metric=alert_status)](https://sonarcloud.io/dashboard?id=gazbert_bxbot)
55
[![Join the chat at https://gitter.im/BX-bot/Lobby](https://badges.gitter.im/BX-bot/Lobby.svg)](https://gitter.im/BX-bot/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
66

config/application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# The port the Spring Boot container will listen on for incoming HTTP requests.
1010
# Defaults to 8080 if not set.
1111
# Setting it to -1 disables the REST API.
12-
server.port=8080
12+
server.port=-1
1313

1414
# The Spring Boot management port.
1515
# Setting it to -1 disables management endpoints over HTTP(S).

0 commit comments

Comments
 (0)