We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'd like to include this project in the new buddycloud-vm code, and am trying to get it working on buddycloud.dev (the domain that runs on the vm).
buddycloud.dev
The project contains hardcoded values in the source.
I recommend moving these to a config file like https://github.com/buddycloud/webclient/blob/master/config.js.example
Current hard coded values are:
<xmpp host="https://prod.buddycloud.com" defaultdomain="laos.buddycloud.com" >
and
<script type="text/javascript" src="https://laos.buddycloud.com/api/primus/primus.js"></script>
The text was updated successfully, but these errors were encountered:
There seem to be some other hardcodings too:
https://github.com/buddycloud/buddycloud-angular-app/search?l=javascript&q=buddycloud.com&type=Code&utf8=%E2%9C%93
https://github.com/buddycloud/buddycloud-angular-app/search?l=javascript&q=laos.buddycloud.com&type=Code&utf8=%E2%9C%93
Sorry, something went wrong.
No branches or pull requests
I'd like to include this project in the new buddycloud-vm code, and am trying to get it working on
buddycloud.dev
(the domain that runs on the vm).The project contains hardcoded values in the source.
I recommend moving these to a config file like https://github.com/buddycloud/webclient/blob/master/config.js.example
Current hard coded values are:
and
<script type="text/javascript" src="https://laos.buddycloud.com/api/primus/primus.js"></script>
The text was updated successfully, but these errors were encountered: