Configuration File
logDestination: exportFile# Database Settings - MANDATORY
database:
type: redis | file # If not set redis is used by default
addresses:
# If type set to redis enter your redis address and port
# If type set to file, enter the relative path where to store the files
- redis:6379
# - database - creates a folder database in the location from which the executable was ran
# Database config for > 1.4.9 - only redis was supported
# redis:
# addresses:
# - "localhost:6379"
# Override for default License and Management APIs
# Do not configure if not instructed by vendor
apiUrl: https://subdomain.YOUR_WHITLABEL_DOMAIN.tld
managementUrl: https://subdomain.YOUR_WHITLABEL_DOMAIN.tld
# API and shared keys for talking to LS API
apiKey: <your_api_key>
sharedKey: <your_shared_key>
# All products this user has licenses for
products:
# add a key based license
MicrosoftWord:
licenseKey: GFEV-H2YD-63EK-LMAP
# add an username based license
Skype:
username: user
password: pass
# Password hash for website login (e.g. https://bcrypt-generator.com/)
websitePassword: $2y$10$lsiMFX54HFoPbceInt3ppe4JW7wGxuYyRJSVLDgGX5RVv4m39aTyG
ui:
disableUnregistration: falseArgument Name
Default
Description
Was this helpful?