mirror of
https://github.com/scsibug/nostr-rs-relay.git
synced 2024-11-13 22:49:07 -05:00
improvement: disable pay-to-relay by default
This commit is contained in:
parent
c0158af18b
commit
43021910ea
|
@ -177,15 +177,20 @@ reject_future_seconds = 1800
|
|||
|
||||
[pay_to_relay]
|
||||
# Enable pay to relay
|
||||
enabled = true
|
||||
enabled = false
|
||||
|
||||
# The cost to be admitted to relay
|
||||
admission_cost = 1000
|
||||
|
||||
# The cost in sats per post
|
||||
cost_per_event = 0
|
||||
|
||||
# Url of lnbits api
|
||||
node_url = "<node url>"
|
||||
|
||||
# LNBits api secret
|
||||
api_secret = "<ln bits api>"
|
||||
|
||||
# Terms of service
|
||||
terms_message = """
|
||||
This service (and supporting services) are provided "as is", without warranty of any kind, express or implied.
|
||||
|
@ -207,4 +212,3 @@ By using this service, you agree:
|
|||
# Whether or not new sign ups should be allowed
|
||||
sign_ups = true
|
||||
secret_key = "<nostr nsec>"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user