NodeBB config
-
{ "base_url": "http://domain.com", "port": "4568", "use_port": true, "secret": "xxxx", "bind_address": "0.0.0.0", "database": "redis", "redis": { "host": "127.0.0.1", "port": "6379", "password": "", "database": "0" }, "mongo": { "host": "127.0.0.1", "port": "27017", "password": "", "database": "0" }, "bcrypt_rounds": 12, "upload_path": "/public/uploads", "relative_path": "" }
Dat coloring (heidy)
-
Haha oh good, NodeBB code highlighting supports BrainFuck:
+++++ +++++ initialize counter (cell #0) to 10 [ use loop to set the next four cells to 70/100/30/10 > +++++ ++ add 7 to cell #1 > +++++ +++++ add 10 to cell #2 > +++ add 3 to cell #3 > + add 1 to cell #4 <<<< - decrement counter (cell #0) ] > ++ . print 'H' > + . print 'e' +++++ ++ . print 'l' . print 'l' +++ . print 'o' > ++ . print ' ' << +++++ +++++ +++++ . print 'W' > . print 'o' +++ . print 'r' ----- - . print 'l' ----- --- . print 'd' > + . print '!' > . print '\n'
-
{ "base_url": "http://domain.com", "port": "4568", "use_port": true, "secret": "xxxx", "bind_address": "0.0.0.0", "database": "redis", "redis": { "host": "127.0.0.1", "port": "6379", "password": "", "database": "0" }, "mongo": { "host": "127.0.0.1", "port": "27017", "password": "", "database": "0" }, "bcrypt_rounds": 12, "upload_path": "/public/uploads", "relative_path": "" }
You didn't close the "http://domain.com" string, and JSON doesn't support comments.
Copyright © 2024 NodeBB | Contributors