Skip to content
This repository was archived by the owner on Dec 17, 2023. It is now read-only.

Commit cd37620

Browse files
authored
Update fly.toml
1 parent 0236606 commit cd37620

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fly.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ app = "rsslay"
88
DB_DIR = "/var/lib/litefs/db"
99
DEFAULT_PROFILE_PICTURE_URL = "https://i.imgur.com/MaceU96.png"
1010
REPLAY_TO_RELAYS = "true"
11-
RELAYS_TO_PUBLISH_TO = "wss://nostr.developer.li,wss://relay.nostr.moe,wss://nostr.orangepill.dev,wss://nostr.fmt.wiz.biz, wss://relay.nostrgraph.net, wss://nostr.relayer.se, wss://e.nos.lol"
11+
RELAYS_TO_PUBLISH_TO = "wss://nostr.developer.li,wss://relay.nostr.moe,wss://nostr.orangepill.dev,wss://nostr.fmt.wiz.biz,wss://relay.nostrgraph.net,wss://nostr.relayer.se,wss://e.nos.lol"
1212
DEFAULT_WAIT_TIME_BETWEEN_BATCHES = "60000"
1313
MAX_EVENTS_TO_REPLAY = "10"
1414
MAIN_DOMAIN_NAME = "rsslay.nostr.moe"
@@ -35,4 +35,4 @@ app = "rsslay"
3535

3636
[mounts]
3737
source="rsslay_data"
38-
destination="/var/lib/litefs"
38+
destination="/var/lib/litefs"

0 commit comments

Comments
 (0)