fix: disable demo request emails with env var (#352)
* fix: disable demo requests with env var
* test: deflake moderationConfigService by using longer random names
faker.random.alphaNumeric() defaults to a single character, producing
only 62 possible values. Many tests in this file share the same
dummyOrgId and insert into item_types / actions, which are unique on
(org_id, name). Collisions are therefore frequent and cause the suite
to fail intermittently (e.g. CI failure on PR #352 hit
duplicate key value violates unique constraint "org_id_name_key" with
name="m").
Pass a length of 16 so the chance of collision is negligible. No
production code is touched.
---------
Co-authored-by: Juan S. Mrad <juansmrad@gmail.com>
authored by