mirror of
https://github.com/believethehype/nostdress.git
synced 2026-07-05 15:38:10 -07:00
12 lines
271 B
Bash
12 lines
271 B
Bash
HOST="0.0.0.0"
|
|
PORT=17423
|
|
DOMAIN="yourdomain.org"
|
|
SECRET="69420"
|
|
SITE_OWNER_NAME="yourname"
|
|
SITE_OWNER_URL="http://yourdomain.org"
|
|
SITE_NAME="yourname"
|
|
NOSTR_PRIVATE_KEY="nsec123"
|
|
FORWARD_URL="/somepageyouwanttoshowdontuseoptionifnone"
|
|
NIP05=true
|
|
GET_NOSTR_PROFILE=false
|