Browse Source

chore(resources): update default config

master
Brett Bender 3 years ago
parent
commit
93d3b84646
2 changed files with 20 additions and 6 deletions
  1. +1
    -2
      settings.gradle.kts
  2. +19
    -4
      src/main/resources/config.yml

+ 1
- 2
settings.gradle.kts View File

@ -1,3 +1,2 @@
rootProject.name = "IEEEvents"
rootProject.name = "IEEEventsBot"

+ 19
- 4
src/main/resources/config.yml View File

@ -1,6 +1,21 @@
prefix: "!"
token: "12396510498gmj0194c8g1m0394gjm"
update-status: true
# The bots' prefix
prefix: "e."
# The bots' Discord login token
token: "abcdefghijklmnopqrstuvwxyz1234567890"
# The url of the calendar the bot should clone
calendar-url: "icalURL"
log-level: "INFO"
# What level should the bot log?
# Valid options (from most frequent to least): [TRACE, DEBUG, INFO, WARN, ERROR]
log-level: "INFO"
# Database options
database:
# The connection URL for MongoDB
url: "mongodb://mongo"
# The name of the database that should be used
name: "ieeebot"
# The list of user IDs that should be considered owners
owners:
- "123456789"

Loading…
Cancel
Save