Releases: ccampanale/wikisearch-js
Releases · ccampanale/wikisearch-js
v0.1.2
Adds new configuration items and logic. Ensures proper pathing throughout.
config.debug
(environment:DEBUG
): true or false to debug requestsconfig.server.port
(environment:PORT
): the port the application is to run on.config.repos.path
(environment:REPO_PATH
): the path to where repos should be cloned and managed.
v0.1.1
- UI enchancements/bug fixes
- Adds ability to optionally read configuration from
config.json
file - Adds
DEBUG
setting:DEBUG=true npm start
- Adds
PORT
setting