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.
Copyright © 2024 NodeBB | Contributors