initial version
This commit is contained in:
commit
ebec73a666
14 changed files with 546 additions and 0 deletions
6
.env.example
Normal file
6
.env.example
Normal file
|
@ -0,0 +1,6 @@
|
|||
BASE_DOMAIN=npub.email
|
||||
DB_URL=file:./users.db
|
||||
SMTP_PORT=6587
|
||||
HTTP_PORT=3000
|
||||
LOG_FILE=/tmp/nostr-email.log
|
||||
PUBLIC_API_BASE_URL=https://api.npub.email
|
Loading…
Add table
Add a link
Reference in a new issue