.gitignorepom.xml
src
main
java/cc/fascinated
Main.java
common
config
controller
exception
log
model
mojang
player
response
server
service
resources
test/java/cc/fascinated
target/classes
@ -5,6 +5,16 @@ server:
|
||||
whitelabel:
|
||||
enabled: false
|
||||
|
||||
# Spring Configuration
|
||||
spring:
|
||||
data:
|
||||
# Redis - This is used for caching
|
||||
redis:
|
||||
host: "localhost"
|
||||
port: 6379
|
||||
database: 0
|
||||
auth: "" # Leave blank for no auth
|
||||
|
||||
public-url: http://localhost:80
|
||||
|
||||
mojang:
|
||||
|
Binary file not shown.
Before Width: 128px | Height: 128px | Size: 66 KiB After Width: 32px | Height: 32px | Size: 4.2 KiB |
Reference in New Issue
Block a user