File: options.js

package info (click to toggle)
node-fastcgi 1.3.3-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 416 kB
  • sloc: javascript: 4,647; makefile: 2
file content (12 lines) | stat: -rw-r--r-- 291 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
/*
use this config to set the port/host that php is listening on and to set the root directory that php will use for resolving script paths
*/
exports.options = {
	port: "/tmp/php.sock",
	host: null,
	root: "/source/db/php-js/phpmyadmin",
	server: {
		host: "10.11.12.75",
		port: 8124
	}
};