2024-07-29 06:26:26 +00:00
|
|
|
# This relay will be used to publish/retrieve events along with other relays (user's relays, admin relays)
|
|
|
|
VITE_APP_RELAY=wss://relay.degmods.com
|
2024-08-28 17:03:43 +00:00
|
|
|
|
2024-07-29 06:26:26 +00:00
|
|
|
# A comma separated list of npubs, Relay list will be extracted for these npubs and this relay list will be used to publish event
|
2024-08-28 17:03:43 +00:00
|
|
|
VITE_ADMIN_NPUBS= <A comma separated list of npubs>
|
|
|
|
|
|
|
|
# A dedicated npub used for reporting mods, blogs, profile and etc.
|
|
|
|
VITE_REPORTING_NPUB= <npub1...>
|