Configuring a Store Organization
Relution supports a special organization called store organization. The store organization supports additional functionality compared to a regular organization.
-
Copy MDM policies to other organizations
-
Manage app version release states for other organizations
-
Configure store wide DEP for iOS devices
Configuration via application.yml
-
Sign in to Relution as system administrator
-
Go to Settings > Organizations
-
Create a new organization (example name: orga1)
-
Adjust the application.yml file accordingly
relution:
database:
[...]
store:
enabled: true
organizationUniqueName: orga1
To apply the changes you need to restart the Relution server
Configuration via environment variables
-
Sign in to Relution as system administrator
-
Go to Settings > Organizations
-
Create a new organization (example name: orga1)
-
Adjust the environment variables accordingly
RELUTION_STORE_ENABLED=true
RELUTION_STORE_ORGANIZATIONUNIQUENAME=orga1
To apply the changes you need to restart the Relution server