Working on streamlining some setup issues with com...
# cfml-general
e
Working on streamlining some setup issues with commandbox i have commandbox-cfconfig installed when running the server start command, I get an error of
Copy code
You gave the location of the [from] server, but we couldn't figure out the format to use.

Please help us by adding [fromFormat=...] to your command.
I have this in my server.json file
Copy code
"cfconfig":{
        "file":".cfconfig.json",
        "fromFormat":"luceeWeb"
    },
Should the fromFormat be in a different shape?
r
Have you tried running it without that in your server config? If you have cfconfig installed and your cfconfig.json file is in the root of your project it will just pick it up automatically.
e
weird, thought I needed that at one time, let me forget the server and verify
Thanks @Robb
👍 1