Advertisement
crowley69

Notesnook .env file

Apr 2nd, 2025
18
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. INSTANCE_NAME=My-SelfHost-Notesnook
  2. NOTESNOOK_API_SECRET=*REDACTED*
  3. DISABLE_SIGNUPS=false
  4.  
  5. SMTP_USERNAME=*REDACTED*
  6. SMTP_PASSWORD=*REDACTED*
  7. SMTP_HOST=*REDACTED*
  8. SMTP_PORT=587 # I tested the SSL port 465, but it didn't work, but the STARTTLS port 587 worked for me
  9.  
  10. NOTESNOOK_CORS_ORIGINS="*" # This allows all origins
  11.  
  12. NOTESNOOK_APP_PUBLIC_URL=https://app.notesnook.com # use this exact hostname if you are using the official notesnook apps
  13. MONOGRAPH_PUBLIC_URL=https://notesnook-monograph.example.com # reverse proxy setup > ServerIP:6264
  14. AUTH_SERVER_PUBLIC_URL=https://notesnook-auth.example.com # reverse proxy setup > ServerIP:8264
  15. ATTACHMENTS_SERVER_PUBLIC_URL=https://notesnook-s3.example.com # reverse proxy setup > ServerIP:9000
  16.  
  17. MINIO_ROOT_USER=minioadmin
  18. MINIO_ROOT_PASSWORD=minioadmin
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement