Add setup for heroku
This commit is contained in:
parent
b65815e4d4
commit
3912f6142f
|
@ -0,0 +1,11 @@
|
|||
#!/bin/bash
|
||||
|
||||
echo "$CONFIG_FILE" > config.toml
|
||||
echo "$TLS_CA" > ca.pem
|
||||
echo "$TLS_CLIENT" > client.pem
|
||||
|
||||
while true
|
||||
do
|
||||
target/release/solana-accountsdb-connector-mango config.toml
|
||||
sleep 5
|
||||
done
|
Loading…
Reference in New Issue