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
12
config.toml
12
config.toml
|
@ -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.
|
||||||
|
@ -204,7 +209,6 @@ By using this service, you agree:
|
||||||
* You may be exposed to content that you might find triggering or distasteful
|
* You may be exposed to content that you might find triggering or distasteful
|
||||||
* The relay operator is not liable for content produced by users of the relay
|
* The relay operator is not liable for content produced by users of the relay
|
||||||
"""
|
"""
|
||||||
# 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>"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user