Muthu Kumar
7 years ago
2 changed files with 14 additions and 1 deletions
@ -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') |
||||
|
} |
||||
|
} |
Loading…
Reference in new issue