Advertisement
Twissel

config.json

Jun 17th, 2021
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. {
  2. "url": "https://subdomain.mydomain.com",
  3. "secret": "secret_uuid_string_here",
  4. "database": "mongo",
  5. "port": "4567",
  6. "mongo": {
  7. "host": "127.0.0.1",
  8. "port": "27017",
  9. "username": "nodebb",
  10. "password": "verysecurepassword",
  11. "database": "nodebb",
  12. "uri": ""
  13. }
  14. }
  15.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement