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:
|
2024-06-28 02:05:36 +00:00
|
|
|
redirect-uri: "http://localhost:8080/spotify/callback"
|
2024-06-28 02:01:21 +00:00
|
|
|
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
|