serai/orchestration/coordinator/scripts/entry-dev.sh

10 lines
242 B
Bash
Raw Normal View History

2023-08-01 23:00:48 +00:00
#!/bin/bash
export MESSAGE_QUEUE_KEY="0000000000000000000000000000000000000000000000000000000000000000"
export MESSAGE_QUEUE_RPC="http://127.0.0.1:2287"
export DB_PATH="./coordinator-db"
export SERAI_HOSTNAME="127.0.0.1"
serai-coordinator