diff --git a/.config/example.yml b/.config/example.yml index 8b9d9b482..d78a3b678 100644 --- a/.config/example.yml +++ b/.config/example.yml @@ -72,24 +72,6 @@ redis: # user: # pass: -# ┌───────────────┐ -#───┘ ID generation └─────────────────────────────────────────── - -# You can select the ID generation method. -# You don't usually need to change this setting, but you can -# change it according to your preferences. - -# Available methods: -# aid ... Short, Millisecond accuracy -# meid ... Similar to ObjectID, Millisecond accuracy -# ulid ... Millisecond accuracy -# objectid ... This is left for backward compatibility - -# ONCE YOU HAVE STARTED THE INSTANCE, DO NOT CHANGE THE -# ID SETTINGS AFTER THAT! - -id: 'aid' - # ┌─────────────────────┐ #───┘ Other configuration └─────────────────────────────────────