chore: align setup with EJClaw dual-service architecture

This commit is contained in:
Eyejoker
2026-03-26 19:10:07 +09:00
parent 3efacbdda1
commit 2fd4cfc9d0
10 changed files with 567 additions and 198 deletions

7
.env.codex.example Normal file
View File

@@ -0,0 +1,7 @@
# ===== EJClaw Codex Service Environment =====
# Copy this file to .env.codex for the ejclaw-codex service.
# This file is loaded via EnvironmentFile in the systemd unit.
# The main .env is NOT loaded by the codex service — put shared vars there and
# set them as Environment= lines in the systemd unit, or duplicate them here.
DISCORD_BOT_TOKEN= # Discord bot token (Codex bot — separate from Claude bot)