Skip to content

Commit 99efc9e

Browse files
changed application.properties
1 parent ba8dfe6 commit 99efc9e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed
Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
spring.application.name=github-analysis-bot
2+
spring.output.ansi.enabled=always
3+
spring.graphql.graphiql.enabled=true
24

3-
telegram.token=${{ secrets.TELEGRAM_TOKEN }}
5+
telegram.token=${TELEGRAM_TOKEN}
6+
7+
github.token=${GITHUB_ANALYSIS_BOT}
8+
github.url=https://api.github.com/graphql
49

510
server.address=0.0.0.0
611
server.port=8080

0 commit comments

Comments
 (0)