diff --git a/config.js b/config.js new file mode 100644 index 0000000..f40cc3f --- /dev/null +++ b/config.js @@ -0,0 +1,13 @@ +const { normalize } = require('path') + +module.exports = + { + port: 8080, + php: { + bin: normalize(__dirname + '/php/php-cgi.exe') + }, + wp: { + path: normalize(__dirname + '/wp'), + root: normalize(__dirname + '/wp/index.php') + } + } \ No newline at end of file diff --git a/package.json b/package.json index ec087ca..49e993c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wordboxed", - "version": "0.0.1", + "version": "0.1.0", "description": "A fully sandboxed WordPress installation", "main": "server.js", "scripts": {