diff --git a/assets/scripts/config/regions.config.js b/assets/scripts/config/regions.config.js index 3d2f8f2bc4c..e03126475fe 100644 --- a/assets/scripts/config/regions.config.js +++ b/assets/scripts/config/regions.config.js @@ -9,6 +9,15 @@ export default { gov: 'US1-FED', ap2: 'AP2' }, + dd_datacenter_lowercase: { + us: 'us1', + us3: 'us3', + us5: 'us5', + eu: 'eu1', + ap1: 'ap1', + ap2: 'ap2', + gov: 'us1_fed' + }, dd_site: { us: 'datadoghq.com', us3: 'us3.datadoghq.com',