Is there a doc that lists all of the available options for this config format? I just see this doc and there’s only a small example of this config file with a few options and then everything else just tells me to use Docker Compose with environment variables which is easier said than done in AWS ECS:
Ah yes, it is also possible to define them via a file but that is a totally different file. That file you have to create yourself and then set the path to that file as described in the documentation.
If you want to find all the possible values that can them in this file:
I did get n8n to look at the config file but i’m having issues with the schema you posted. I tried adding those options to my config file (had to make some changes to make it valid JSON) but i’m getting that a lot of the options are not included in the schema:
Thanks for the info, you got me across the finish line. I decided to just use Docker environment variables in my container definition in ECS since that ended up being much easier but I was able to hide the credentials away in the config file on my Linux server