minecraft-helper/src/main/resources/application.yml

24 lines
427 B
YAML
Raw Normal View History

2024-04-06 03:10:15 +00:00
server:
address: 0.0.0.0
2024-04-06 05:21:30 +00:00
port: 80
2024-04-10 08:51:31 +00:00
servlet:
context-path: /
error:
whitelabel:
enabled: false
2024-04-06 03:10:15 +00:00
2024-04-10 06:43:13 +00:00
# Spring Configuration
spring:
data:
# Redis - This is used for caching
redis:
host: "localhost"
port: 6379
database: 0
auth: "" # Leave blank for no auth
2024-04-08 03:51:17 +00:00
public-url: http://localhost:80
2024-04-06 04:45:50 +00:00
2024-04-06 03:10:15 +00:00
mojang:
session-server: https://sessionserver.mojang.com
api: https://api.mojang.com