Skip to content

Commit

Permalink
Improve: example compose file - comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fs5m8 committed Dec 24, 2022
1 parent bad4cab commit 167b032
Showing 1 changed file with 20 additions and 13 deletions.
33 changes: 20 additions & 13 deletions .config/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ url: https://example.tld/
# ONCE YOU HAVE STARTED THE INSTANCE, DO NOT CHANGE THE
# URL SETTINGS AFTER THAT!

# ┌───────────────────────
#───┘ Port settings └───────────────────────────────────
# ┌───────────────┐
#───┘ Port settings └───────────────────────────────────────────

# Listen port
port: 3000
Expand Down Expand Up @@ -64,23 +64,29 @@ redis:
# change it according to your preferences.

# Available methods:
# aid
# Short, Millisecond accuracy
# 英数小文字10文字, 精度はミリ秒, 現実的な確率で衝突することがわかってるので非推奨
# meid
# Similar to ObjectID, Millisecond accuracy
# HEX小文字24文字, 精度はミリ秒, 推奨
# ulid
# *RECOMMEND
# 24 characters
# Base32 coded
# Millisecond accuracy
# meid
# *RECOMMEND
# 24 characters
# Hexadecimal coded
# Millisecond accuracy
# aid
# 10 characters
# Numbers and lowercase alphabets coded
# Millisecond accuracy
# HEX大文字26文字, 精度はミリ秒, 推奨, ただ大文字なので見た目の主張が強い
# objectid
# This is left for backward compatibility
# HEX小文字24文字, 精度は秒, 互換用なので非推奨
# 24 characters
# Hexadecimal coded
# Second accuracy

# ONCE YOU HAVE STARTED THE INSTANCE, DO NOT CHANGE THE
# ID SETTINGS AFTER THAT!

id: 'aid'
id: 'ulid'

# ┌─────────────────────┐
#───┘ Other configuration └─────────────────────────────────────
Expand Down Expand Up @@ -129,12 +135,13 @@ autoAdmin: true
# Sign to ActivityPub GET request (default: false)
#signToActivityPubGet: true

# Allowed network address (default: all allowed)
#allowedPrivateNetworks: [
# '127.0.0.1/32'
#]

# Upload or download file size limits (bytes)
#maxFileSize: 262144000

# サーバー情報を隠す (default: false)
# Hide server infomation (default: false)
#hideServerInfo: true

0 comments on commit 167b032

Please sign in to comment.