I am using DHF and I have a usecase where I need to configure alerts
for my final db
. I am configuring via gradle
both the cpf
which is required by alerts
and alerts
. In my configuration, how can I tell that a given cpf
is enabled only for my final
DB ?
I understand I can set my Domain
to be collection
that is present in my final
db, but still the CPF
will be enabled in both staging
and final
db.. and also my delete's
in staging
will be slow..