Friend’s server configuration file is located in build/cfg/cfg.ini when build from the FriendUP repository. This file controls how Friend Core behaves when running.
[Security]
This block contains the security settings of Friend Core.
If users need to accept an EULA when logging into Friend OS for the first time
EULARequired = true | false
Links to the EULA document from the resources/ folder in Friend. Define the subpath to where your EULA document is stored.
EULADocument = string/path.html
Whether or not to use an application white-list for normal users (level=User). Comma separated, doublequote encapsulated string.
UserAppWhitelist = “Application1,Application2”