mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 18:26:26 +02:00
print if DS is using an access token from env
This commit is contained in:
parent
64d17f101a
commit
f94fcdab7b
1 changed files with 3 additions and 0 deletions
|
@ -302,6 +302,9 @@ bool DomainServer::didSetupAccountManagerWithAccessToken() {
|
||||||
<< "at keypath metaverse.access_token or in your ENV at key DOMAIN_SERVER_ACCESS_TOKEN";
|
<< "at keypath metaverse.access_token or in your ENV at key DOMAIN_SERVER_ACCESS_TOKEN";
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
qDebug() << "Using access token from DOMAIN_SERVER_ACCESS_TOKEN in env. This overrides any access token present"
|
||||||
|
<< " in the user or master config.";
|
||||||
}
|
}
|
||||||
|
|
||||||
// give this access token to the AccountManager
|
// give this access token to the AccountManager
|
||||||
|
|
Loading…
Reference in a new issue