Hai all, i have a question which one will be prior...
# talk-kratos
e
Hai all, i have a question which one will be prioritize between env variable or kratos.yaml? is kratos.yaml will be replaced by env variable if there are exact key but diff value or env var will be replaced by kratos config if there are exact key but diff value
c
From the ory config documentation:
Copy code
Loading Configuration from Environment Variables

In cases where you need to load secret values - this is usually the case when deploying Ory open source services yourself - you can use environment variables to override configuration values from files or CLI flags.
e
thank you, apologize im missing that part 😅