1
0
Fork 0

Fix #4612: Fetch experiments from Remote Settings CDN

master
Mathieu Leplatre 2019-08-08 10:31:58 +02:00 committed by Emily Kager
parent ef97173cd9
commit 04daf21437
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import android.content.Context
import mozilla.components.service.fretboard.ExperimentDescriptor
const val EXPERIMENTS_JSON_FILENAME = "experiments.json"
const val EXPERIMENTS_BASE_URL = "https://settings.prod.mozaws.net/v1"
const val EXPERIMENTS_BASE_URL = "https://firefox.settings.services.mozilla.com/v1"
const val EXPERIMENTS_BUCKET_NAME = "main"
// collection name below, see https://bugzilla.mozilla.org/show_bug.cgi?id=1523395 for ownership details
const val EXPERIMENTS_COLLECTION_NAME = "fenix-experiments"