limited-city-59768
04/10/2024, 5:11 AMchilly-king-10285
04/10/2024, 5:11 AMchilly-king-10285
04/10/2024, 5:11 AM-c
or --config
flag multiple times when calling the CLI command. The files are then merged in order. Here, the values of the first file are overwritten by the second file. Here is an example of how you can do this: bash keto serve --config file/a.yml --config file/b.yml
In this example, `a.yml`'s values are overwritten by b.yml
. Please note that array values will be overwritten during this process. For more information, you can refer to the [ORY Ecosystem Configuration Documentation](https://www.ory.sh/docs/ecosystem/configuring).limited-city-59768
04/10/2024, 5:12 AMchilly-king-10285
04/10/2024, 5:12 AMchilly-king-10285
04/10/2024, 5:12 AM-c
or --config
flag. You can specify this flag multiple times to load multiple files. Please note that the order in which you specify the files matters. The configuration system will merge the files in the order they are specified. If the same configuration key is present in multiple files, the value from the last file in the order will overwrite the previous ones. For more detailed information, you can refer to the [ORY Ecosystem Configuration Documentation](https://www.ory.sh/docs/ecosystem/configuring).