Skip to content

Commit

Permalink
Update config.example.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
SaintWish committed Oct 4, 2024
1 parent 72eebfd commit 833bd70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/config.example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ core:
database:
mongodb:
connection: "" # The MongoDB connection link to connect to the MongoDB
bbolt:
bbolt: # Slower than badger, but uses less disk space and is a single file.
file: ./runtime/game/database/characters.db # The location for database file.
timeout: 0 # The timeout for opening of the database file.
badger:
badger: # The fastest option, but uses more diskspace at runtime.
directory: "" # Where the database should be contained.
ratelimit:
maxrequests: 0 # Max amount of requests in time range of MaxAge
Expand Down

0 comments on commit 833bd70

Please sign in to comment.