22 lines
396 B
YAML
22 lines
396 B
YAML
server:
|
|
address: 0.0.0.0
|
|
port: 80
|
|
error:
|
|
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:
|
|
session-server: https://sessionserver.mojang.com
|
|
api: https://api.mojang.com |