Skip to content

Commit

Permalink
Don't index transactions on production servers (ordinals#2933)
Browse files Browse the repository at this point in the history
  • Loading branch information
casey authored Jan 1, 2024
1 parent e95e6d5 commit 1b8e1c3
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion deploy/ord.service
Original file line number Diff line number Diff line change
@@ -15,7 +15,6 @@ ExecStart=/usr/local/bin/ord \
--data-dir /var/lib/ord \
--index-runes \
--index-sats \
--index-transactions \
server \
--acme-contact mailto:[email protected] \
--csp-origin https://${CSP_ORIGIN} \
4 changes: 2 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
@@ -31,12 +31,12 @@ deploy-mainnet-balance branch='master' remote='ordinals/ord': (deploy branch rem

deploy-mainnet-stability branch='master' remote='ordinals/ord': (deploy branch remote 'main' 'stability.ordinals.net')

deploy-regtest branch='master' remote='ordinals/ord': (deploy branch remote 'regtest' 'regtest.ordinals.net')

deploy-signet branch='master' remote='ordinals/ord': (deploy branch remote 'signet' 'signet.ordinals.net')

deploy-testnet branch='master' remote='ordinals/ord': (deploy branch remote 'test' 'testnet.ordinals.net')

deploy-regtest branch='master' remote='ordinals/ord': (deploy branch remote 'regtest' 'regtest.ordinals.net')

initialize-server-keys:
#!/usr/bin/env bash
set -euxo pipefail

0 comments on commit 1b8e1c3

Please sign in to comment.