Bat/src/main/resources/application.yml

14 lines
345 B
YAML
Raw Normal View History

2024-06-23 20:37:24 +00:00
discord:
token: "oh my goodnesssssssssss"
# Spring Configuration
spring:
2024-06-24 12:56:01 +00:00
# Disable the Spring Web Server
main:
web-application-type: none
2024-06-23 20:37:24 +00:00
data:
# MongoDB Configuration
mongodb:
uri: "mongodb://bat:p4$$w0rd@localhost:27017"
2024-06-24 14:45:53 +00:00
database: "bat"
2024-06-26 13:05:51 +00:00
auto-index-creation: true # Automatically create collection indexes