Hi I am developing a BI site and I have been given two license keys, one for development, one for production.
I wouldn't like to change license key each & every time I upload a new version to production server. Is it a smart way to have only one HTML file, define both license keys and have a script to choose the appropiate one based on the machine ID, for instance?
Thanks
Hi Alberto,
Yes, instead of a licenseKey parameter you can use a path to the static file or script
$("#pivotContainer").flexmonster({
toolbar: true,
report: report,
licenseFilePath: "path_to_my_key.txt"
});
Does it work for you?
Regards,
Roman