File tree Expand file tree Collapse file tree 3 files changed +29
-19
lines changed Expand file tree Collapse file tree 3 files changed +29
-19
lines changed Original file line number Diff line number Diff line change 6262 <artifactId >jackson-datatype-jsr310</artifactId >
6363 <version >2.14.0</version >
6464 </dependency >
65+ <dependency >
66+ <groupId >org.springframework.boot</groupId >
67+ <artifactId >spring-boot-starter-actuator</artifactId >
68+ </dependency >
6569 </dependencies >
6670
6771 <build >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ spring.neo4j :
2+ uri : bolt://127.0.0.1:7687
3+ authentication :
4+ username : neo4j
5+ password : changeme
6+
7+ toolkit :
8+ discordTags : alexpresso
9+ runAutomatedTasks : false
10+
11+ zunivers :
12+ apiBaseUrl : zunivers-api.zerator.com
13+ frontBaseUrl : zunivers.zerator.com
14+
15+ webhookUrl : # Use your own
16+
17+ logging :
18+ level :
19+ me.alexpresso.zuninja : INFO
20+
21+ management :
22+ endpoints :
23+ web :
24+ exposure :
25+ include : health
You can’t perform that action at this time.
0 commit comments