Blame SOURCES/config.json

f8250e
{
f8250e
  //// This file contains system-specific configuration options that the test suite needs.
f8250e
  //// Please customize it for your system.
f8250e
f8250e
  // These are the usernames and group names of normal, non-administrator
f8250e
  // users and groups. Preferably, these are user and group accounts that
f8250e
  // are normally not used.
f8250e
  //
f8250e
  // These users and groups MUST be able to access this 'test' directory,
f8250e
  // otherwise the tests will fail.
f8250e
f8250e
  ///// Good values for Linux and FreeBSD. Same restrictions apply.
f8250e
  "normal_user_1": "games",
f8250e
  "normal_user_2": "daemon",
f8250e
  "default_user": "man",
f8250e
  "normal_group_1": "daemon",
f8250e
  "normal_group_2": "man",
f8250e
  "default_group": "games",
f8250e
f8250e
  // A nonexistant username, group name, user ID and group ID.
f8250e
  "nonexistant_user": "xxxxxxxxxxxxxxxxxxx",
f8250e
  "nonexistant_group": "xxxxxxxxxxxxxxxxxxx",
f8250e
  "nonexistant_uid": 9999,
f8250e
  "nonexistant_gid": 9999,
f8250e
f8250e
  // If you want to run the Nginx integration tests, then set the following
f8250e
  // config option to the full path of the Nginx binary. This Nginx binary *must*
f8250e
  // be compiled with Phusion Passenger support!
f8250e
  "nginx": "/usr/local/sbin/nginx"
f8250e
}