Merge branch 'develop' into feature/default-hashtag-timeline

This commit is contained in:
Tatsuya Koishi 2024-07-27 18:49:53 +09:00
commit 1b66da505e
401 changed files with 11621 additions and 7382 deletions

View file

@ -6,6 +6,7 @@
#───┘ URL └─────────────────────────────────────────────────────
# Final accessible URL seen by a user.
# You can set url from an environment variable instead.
url: https://example.tld/
# ONCE YOU HAVE STARTED THE INSTANCE, DO NOT CHANGE THE
@ -38,9 +39,11 @@ db:
port: 5432
# Database name
# You can set db from an environment variable instead.
db: misskey
# Auth
# You can set user and pass from environment variables instead.
user: example-misskey-user
pass: example-misskey-pass