serai/orchestration/coordinator/scripts/entry-dev.sh
2023-08-01 19:00:48 -04:00

9 lines
242 B
Bash

#!/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