Enable sending CORS headers from electrs backend in startup script

Fixes #367
This commit is contained in:
wiz
2021-03-03 21:29:18 +09:00
parent 2e8bd7f32e
commit 892cebd8f4
4 changed files with 4 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ do
-- \
-vvv \
--address-search \
--cors '*' \
--network liquid \
--daemon-dir /elements \
--http-addr '[::]:3001' \