forked from Fascinated/Bat
first commit
This commit is contained in:
11
src/main/resources/application.yml
Normal file
11
src/main/resources/application.yml
Normal file
@ -0,0 +1,11 @@
|
||||
discord:
|
||||
token: "oh my goodnesssssssssss"
|
||||
|
||||
# Spring Configuration
|
||||
spring:
|
||||
data:
|
||||
# MongoDB Configuration
|
||||
mongodb:
|
||||
uri: "mongodb://bat:p4$$w0rd@localhost:27017"
|
||||
database: "bonfire"
|
||||
auto-index-creation: true # Automatically create collection indexes
|
Reference in New Issue
Block a user