mirror of
https://github.com/hzrd149/nsite-gateway.git
synced 2025-06-23 12:05:01 +00:00
9 lines
234 B
Plaintext
9 lines
234 B
Plaintext
# A list of nostr relays to search
|
|
NOSTR_RELAYS=wss://nostrue.com,wss://nos.lol,wss://relay.damus.io
|
|
|
|
# A list of fallback blossom servers
|
|
BLOSSOM_SERVERS=https://cdn.satellite.earth
|
|
|
|
# The max file size to serve
|
|
MAX_FILE_SIZE='2 MB'
|