mirror of
https://github.com/serai-dex/serai.git
synced 2024-11-17 09:27:36 +00:00
10 lines
242 B
Bash
10 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
|