May be you are referring to parameters for command line?
Config file is different.You can put all your parameters in the file and start mongod by passing this file as parameter like below
mongod -f your_config_file
For command line you have to specify the different params like dbpath,logpath,port etc
ex: mongod --port xyz --dbpath your_dbpath --logpath your_logpath
Please refer to documentation for various params