forked from Fascinated/Bat
15 lines
346 B
YAML
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
|