mirror of
https://github.com/overte-org/overte.git
synced 2025-04-16 09:07:19 +02:00
add naming info and ini settings to domain-server
This commit is contained in:
parent
c728463410
commit
cb40a9b00d
1 changed files with 5 additions and 0 deletions
|
@ -37,6 +37,11 @@ DomainServer::DomainServer(int argc, char* argv[]) :
|
|||
_nodeAuthenticationURL(DEFAULT_NODE_AUTH_URL),
|
||||
_redeemedTokenResponses()
|
||||
{
|
||||
setOrganizationName("High Fidelity");
|
||||
setOrganizationDomain("highfidelity.io");
|
||||
setApplicationName("domain-server");
|
||||
QSettings::setDefaultFormat(QSettings::IniFormat);
|
||||
|
||||
_argumentList = arguments();
|
||||
int argumentIndex = 0;
|
||||
|
||||
|
|
Loading…
Reference in a new issue