move repos into monorepo
This commit is contained in:
23
bin/supervisor/.env.example
Normal file
23
bin/supervisor/.env.example
Normal file
@@ -0,0 +1,23 @@
|
||||
# Hero Supervisor Configuration
|
||||
|
||||
# Redis connection URL
|
||||
REDIS_URL=redis://127.0.0.1:6379
|
||||
|
||||
# OpenRPC Server Configuration
|
||||
BIND_ADDRESS=127.0.0.1
|
||||
PORT=3030
|
||||
|
||||
# Authentication Secrets (generate with: ./scripts/generate_secret.sh)
|
||||
# At least one admin secret is required
|
||||
ADMIN_SECRETS=your_admin_secret_here
|
||||
|
||||
# Optional: Additional secrets for different access levels
|
||||
# USER_SECRETS=user_secret_1,user_secret_2
|
||||
# REGISTER_SECRETS=register_secret_1
|
||||
|
||||
# Optional: Pre-configured runners (comma-separated names)
|
||||
# These runners will be automatically registered on startup
|
||||
# RUNNERS=runner1,runner2,runner3
|
||||
|
||||
# Optional: Mycelium network URL (requires mycelium feature)
|
||||
# MYCELIUM_URL=http://127.0.0.1:8989
|
||||
Reference in New Issue
Block a user