Files
Bat/src/main/resources/application.yml
2024-06-24 15:45:53 +01:00

15 lines
346 B
YAML

discord:
token: "oh my goodnesssssssssss"
# Spring Configuration
spring:
# Disable the Spring Web Server
main:
web-application-type: none
data:
# MongoDB Configuration
mongodb:
uri: "mongodb://bat:p4$$w0rd@localhost:27017"
database: "bat"
auto-index-creation: true # Automatically create collection indexes