Bat/src/main/resources/application.yml

17 lines
404 B
YAML
Raw Normal View History

2024-06-28 02:01:21 +00:00
# Discord Configuration
2024-06-23 20:37:24 +00:00
discord:
token: "oh my goodnesssssssssss"
2024-06-28 02:01:21 +00:00
# Spotify Configuration
spotify:
client-id: "spotify-client-id"
client-secret: "spotify-client-secret"
2024-06-23 20:37:24 +00:00
# Spring Configuration
spring:
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