File tree 1 file changed +5
-30
lines changed
1 file changed +5
-30
lines changed Original file line number Diff line number Diff line change 1
- # Bitcoind Configuration
2
- BITCOIND_RPC_PORT=9823
3
- BITCOIND_HOST=bitcoind
4
- BITCOIND_RPC_USER=alpen
5
- BITCOIND_RPC_PASSWORD=alpen
6
- BITCOIND_WALLET=alp_wallet
7
-
8
- # Build Configuration
9
- BUILD_PROFILE=release
10
-
11
- NETWORK=regtest
12
-
13
- # Reth Service Ports
14
- RETH_AUTH_RPC_PORT=8551
15
- RETH_PORT=8545
16
- RETH_HOST=reth
17
-
18
- # Sequencer Configuration
19
- BTC_ADDRESS=bcrt1qc8meqsdvkw93h4n2xv7yucstq9spd4x4s44zww
20
-
21
- JWTSECRET=7df2f4bc998cbf0631d0c871bf06b5caa3f2ab48afa1856b81b814afa898bf71
22
- SECRETKEY=alpen_7815_4840_7552_8802_5747x
23
- RPC_PORT=12332
24
- DB_RETRY_COUNT=5
25
- L2_BLOCKS_FETCH_LIMIT=100
26
- L1_FOLLOW_DISTANCE=6
27
- MAX_REORG_DEPTH=4
28
- CLIENT_POLL_DUR_MS=2000
29
- CHECKPOINT_INTERVAL=20000000
30
-
1
+ export DATABASE_URL="sqlite://./operator.db"
2
+ export BTC_PORT=18443
3
+ export BTC_USER=rpcuser
4
+ export BTC_PASSWORD=rpcpassword
5
+ export WALLET_PREFIX=wallet
You can’t perform that action at this time.
0 commit comments