alpha redeploy

This commit is contained in:
Tim Olson
2023-11-21 00:15:38 -04:00
parent fe138375e7
commit 90d7c89a9d
2 changed files with 9 additions and 2 deletions

7
bin/RESET_DB.sql Normal file
View File

@@ -0,0 +1,7 @@
delete from block;
delete from keyvalue;
delete from orderindex;
delete from seriesdict;
delete from seriesset;
delete from tx;
delete from transactionjob;

View File

@@ -1,6 +1,6 @@
account='test1' # Dev Account #1
rpc_url='http://anvil:8545'
ws_url='ws://anvil:8545'
rpc_url='http://alpharpc:8545'
ws_url='ws://alpharpc:8545'
db_url='postgresql://dexorder:redroxed@postgres/dexorder'
redis_url='redis://redis:6379'