Licensing
Last updated
Was this helpful?
Last updated
Was this helpful?
You can try out Ucommerce without a license. If you run your application without a license, it will shut down after 10 minutes. You can restart your application as many times as you want, giving you ample time to play around with the product.
When you have played around with Ucommerce and decided to use it for your project, you will want to get a free perpetual developer license.
To get your Ucommerce developer license, please contact us at , with your company name and contact email address, and we will create a license for you or your company.
Ucommerce uses two ways to detect if the environment is test or production:
The host environment
The domain name of requests
To make sure that the test environment is recognized as a development environment, it can be necessary to mark it as such. See for details.
When using a developer license, make sure to access your test environment(s) through a domain name that includes one of the following:
localhost
dev
test
uat
To add your license key to the application, simply add it to the configuration.
The LicenseKey
property can be found under the Ucommerce
object. It should look like this in your user secrets file:
Otherwise, Ucommerce will consider your instance as a production environment. Other (partial) domain names can be whitelisted. Please with the values you would like to have whitelisted.
It is recommended that you use and/or a key vault, e.g. , to store your license key(s).
When your project is ready for production, please to get a new license key.