allow to customize the push-server for testing

This commit is contained in:
2023-11-12 11:35:36 -07:00
parent fc70a11bd8
commit 65a5edf26b
5 changed files with 115 additions and 21 deletions

View File

@@ -45,5 +45,8 @@ db.on("populate", () => {
db.settings.add({
id: MASTER_SETTINGS_KEY,
apiServer: AppString.DEFAULT_ENDORSER_API_SERVER,
// remember that things you add from now on aren't automatically in the DB for old users
pushServer: AppString.DEFAULT_PUSH_SERVER,
});
});