mirror of
https://github.com/logos-storage/logos-storage-testnet-starter.git
synced 2026-01-06 23:43:09 +00:00
add permissive CORS (for UI) and longer default TTL
This commit is contained in:
parent
856cd870f6
commit
d4fcc89d9f
@ -52,6 +52,8 @@ chmod 0700 ${DATA_DIR}
|
||||
--disc-port=8090 \
|
||||
--listen-addrs=/ip4/0.0.0.0/tcp/8070 \
|
||||
--bootstrap-node=${BOOTSPR} \
|
||||
--api-cors-origin="*" \
|
||||
--block-ttl=30d \
|
||||
persistence \
|
||||
--eth-private-key=eth.key \
|
||||
--eth-provider=https://rpc.testnet.codex.storage
|
||||
|
||||
@ -60,6 +60,8 @@ codex-%VERSION%-%OS%-%ARCH%.exe ^
|
||||
--api-port=8080 ^
|
||||
--disc-port=8090 ^
|
||||
--listen-addrs=/ip4/0.0.0.0/tcp/8070 ^
|
||||
--api-cors-origin="*" ^
|
||||
--block-ttl=30d ^
|
||||
--bootstrap-node=%BOOTSPR% ^
|
||||
persistence ^
|
||||
--eth-private-key=eth.key ^
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user