Skip to content
This repository was archived by the owner on Feb 7, 2025. It is now read-only.

Config Documentation #255

Merged
merged 12 commits into from
Dec 23, 2024
Prev Previous commit
Next Next commit
Adding link to secrets readme
jcrichlake committed Dec 20, 2024
commit 6887a3c946a7f2895b49fff2a8481b4a06ac6177
2 changes: 1 addition & 1 deletion docs/configs.md
Original file line number Diff line number Diff line change
@@ -8,4 +8,4 @@
- For local non-partner specific testing, we have a Flexion based config that can be used in non-prod environments
- Config files should only contain non-secret values. Secrets will remain in Azure Key Vault
- secrets will use a consistent naming pattern based on the same partner ID used in config
(so we can dynamically assemble the key names in code)
(so we can dynamically assemble the key names in code) [see here](../SECRETS.md)