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
We need a config.json API request for client side configuration.
config.json
Request URL will be {server_url}/config.json
{server_url}/config.json
Example:
{ "app": { "image_url": "http://localhost:4000/images/app_image.jpg", "title": "CoThings" }, "beacon" : {} }
App's title is already is set in environment variables. We can use same approach for photo as well.
This configuration can be used for multiple purposes; like optimizing beacon related parameters.
beacon
The text was updated successfully, but these errors were encountered:
nesimtunc
Successfully merging a pull request may close this issue.
We need a
config.json
API request for client side configuration.Request URL will be
{server_url}/config.json
Example:
App's title is already is set in environment variables. We can use same approach for photo as well.
This configuration can be used for multiple purposes; like optimizing
beacon
related parameters.The text was updated successfully, but these errors were encountered: