Bat/src/main/resources/application.yml
Liam 93350f1506
All checks were successful
Deploy to Dokku / docker (ubuntu-latest) (push) Successful in 37s
remove useless config option
2024-06-30 04:16:49 +01:00

30 lines
703 B
YAML

# Discord Configuration
discord:
token: "oh my goodnesssssssssss"
# Sentry Configuration
sentry:
dsn: "CHANGE_ME"
tracesSampleRate: 1.0
environment: "development"
# MongoDB Migration Configuration
mongock:
runner-type: InitializingBean
migration-scan-package:
- "cc.fascinated.bat.changelog"
# Spotify Configuration
spotify:
redirect-uri: "http://localhost:8080/spotify/callback"
client-id: "spotify-client-id"
client-secret: "spotify-client-secret"
# Spring Configuration
spring:
data:
# MongoDB Configuration
mongodb:
uri: "mongodb://bat:p4$$w0rd@localhost:27017"
database: "bat"
auto-index-creation: true # Automatically create collection indexes