Repository¶
The EntryStore repository to use. Usually declared in local.js file, this variable is used as an alternative.
Configuration¶
A url string to an EntryStore repository
module.exports = {
repository: "https://demo.entryscape.com/store",
};