-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.env.example
More file actions
33 lines (27 loc) · 1.01 KB
/
Copy path.env.example
File metadata and controls
33 lines (27 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# CraftCommand — Environment Configuration Template
# ==============================================================================
# [SECURITY]
# Launcher (run_CraftCommand.bat) will automatically generate a strong random
# secret here if left empty or default.
JWT_SECRET=stable-dev-secret-key-12345
# [ADMIN] Initial Credentials
# Defaults to admin@craftcommand.io / admin
ADMIN_EMAIL=admin@craftcommand.io
ADMIN_PASSWORD=admin
# [SYSTEM] Port Configuration
FRONTEND_PORT=3000
BACKEND_PORT=3001
NODE_ENV=development
# [AGENT] Registration Credentials
# Used when running as a standalone node
AGENT_NODE_ID=local
AGENT_NODE_SECRET=change-me-if-using-remote
# [DOCKER] Path Translation
# Required ONLY if using the 'DOCKER' execution engine.
# This MUST be the absolute path to the './agent_servers' directory on your HOST machine.
# Windows: C:/Users/Name/Craft-Commands/agent_servers
# Linux: /home/user/Craft-Commands/agent_servers
HOST_SERVERS_DIR=
# [INTEGRATIONS] Discord (Optional)
DISCORD_BOT_TOKEN=
DISCORD_CLIENT_ID=