Additional uniserver configuration options are stored in the [misc] and [sdk] sections.
[misc]
beta_required=1
immigration=1
The beta_require= field is used to prevent beta browsers from being used if the users' account is not flagged for beta (0 for no, 1 for yes).
The immigration= field is used to disable citizen immigration without requiring the billing section to be used (0 for no, 1 for yes). If billing is enabled this field is ignored.
[sdk]
min=17
cit_lookup_wait=0
The min= field is used to set the minimum allowed SDK version.
The cit_lookup_wait= field specifies the number of seconds a client must wait between each citizen attribute lookup. This restriction is only imposed on non-administrator SDK instances.