improvement: disable pay-to-relay by default

This commit is contained in:
Greg Heartsfield 2023-02-25 15:41:30 -06:00
parent c0158af18b
commit 43021910ea

View File

@ -177,15 +177,20 @@ reject_future_seconds = 1800
[pay_to_relay] [pay_to_relay]
# Enable pay to relay # Enable pay to relay
enabled = true enabled = false
# The cost to be admitted to relay # The cost to be admitted to relay
admission_cost = 1000 admission_cost = 1000
# The cost in sats per post # The cost in sats per post
cost_per_event = 0 cost_per_event = 0
# Url of lnbits api # Url of lnbits api
node_url = "<node url>" node_url = "<node url>"
# LNBits api secret # LNBits api secret
api_secret = "<ln bits api>" api_secret = "<ln bits api>"
# Terms of service # Terms of service
terms_message = """ terms_message = """
This service (and supporting services) are provided "as is", without warranty of any kind, express or implied. 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 # Whether or not new sign ups should be allowed
sign_ups = true sign_ups = true
secret_key = "<nostr nsec>" secret_key = "<nostr nsec>"