Feat: default env / Fix: unable to start / Enhance: Improved line break

code conversion / Del: entrypoint / Fix: config.json value types
This commit is contained in:
2025-12-17 18:03:58 +09:00
parent b4f15bbade
commit 17105cf6ee
3 changed files with 24 additions and 10 deletions
+2 -2
View File
@@ -1,10 +1,10 @@
# Warn: 全ての値は必須です。指定しないで動くかは知りません。
# uwuzuサーバーへの接続
# uwuzuサーバーへの接続(必須)
UWUZU_HOST=uwuzu.example.com # uwuzuサーバーのホスト名+":"+ポート(:ポートは任意)です。originではないのでHTTPSが必須になっています。stringです。
UWUZU_TOKEN=APITOKEN # uwuzuサーバーのアカウントで使えるAPIトークンです。全権限を与えることが推奨されているらしいです。stringです。
# Botの挙動
# Botの挙動(任意)
TWEET_ENABLED=true # 3分から3時間での間隔でランダムなつぶやきをユーズとして投稿するかどうかを指定できます。booleanです。
CHECK_INTERVAL=300 # メンション/返信を確認する間隔です。number(second)です。
THINK_OUTPUT_ENABLED=false # 人工無能の脳内をconsole.log()するかどうかを指定できます。量が多いため非推奨らしいです。booleanです。