@pitaj said in How to setup admin user in config.json in nodebb:
export admin__username="admin"
export admin__password="password"
export admin__password__confirm="password"
using output of cat
command is a good choice , i will try this.
but i don't think using enviroment variables will work.
thanks ~