forked from Fascinated/Bat
fix channel rename log
This commit is contained in:
@ -1,3 +1,19 @@
|
||||
# Spring Configuration
|
||||
spring:
|
||||
data:
|
||||
# MongoDB Configuration
|
||||
mongodb:
|
||||
uri: "mongodb://bat:p4$$w0rd@localhost:27017"
|
||||
database: "bat"
|
||||
auto-index-creation: true # Automatically create collection indexes
|
||||
|
||||
# Redis - This is used for caching
|
||||
redis:
|
||||
host: "localhost"
|
||||
port: 6379
|
||||
database: 0
|
||||
auth: "" # Leave blank for no auth
|
||||
|
||||
# Discord Configuration
|
||||
discord:
|
||||
token: "oh my goodnesssssssssss"
|
||||
@ -17,12 +33,6 @@ sentry:
|
||||
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"
|
||||
@ -34,18 +44,10 @@ tmdb:
|
||||
# API Read Access Token
|
||||
api-key: "api-read-access-token"
|
||||
|
||||
# Spring Configuration
|
||||
spring:
|
||||
data:
|
||||
# MongoDB Configuration
|
||||
mongodb:
|
||||
uri: "mongodb://bat:p4$$w0rd@localhost:27017"
|
||||
database: "bat"
|
||||
auto-index-creation: true # Automatically create collection indexes
|
||||
# DO NOT TOUCH BELOW (unless you know what you're doing, ofc!)
|
||||
|
||||
# Redis - This is used for caching
|
||||
redis:
|
||||
host: "localhost"
|
||||
port: 6379
|
||||
database: 0
|
||||
auth: "" # Leave blank for no auth
|
||||
# MongoDB Migration Configuration
|
||||
mongock:
|
||||
runner-type: InitializingBean
|
||||
migration-scan-package:
|
||||
- "cc.fascinated.bat.changelog"
|
Reference in New Issue
Block a user