Hello. I am wondering how to make the formatting bar from the composer (this image):
4f78849d-5911-4a11-b013-61f3d876cf9c-image.png
to be also above the quick reply field. How can I do this cleanly without bugging things out or messing other stuff up? There is definitely a way using nodebb-plugin-customize and modifying the quick reply HTML, but like I said, how can I do it cleanly?
Can I specify different config.json files to use?
-
I'd like to have multiple config.json files (1 for development, 1 for production) and manually copying them back and forth is a real pain, especially when I accidentally check the development one in.
Is there a way I could specify which one to use on startup?
-
@wfsaxton said in Can I specify different config.json files to use?:
especially when I accidentally check the development one in.
Actually, you probably shouldn't check
config.json
in-- unless you're using Heroku or something, in which case there's not much you can do.
-
@julian Yes, I am using heroku actually.
I guess that answers my question
-
I suppose one could forego the config.json file completely and use environment variables to configure their NodeBB. The properties are the same.
url=http://localhost:4567 database=redis node app.js
etc...