Sha256: a65eb897f29ad79fd66b6c1a36fd460a89c4ecbdb6d9f1590a28d8650101ea38

Contents?: true

Size: 1.49 KB

Versions: 62

Compression:

Stored size: 1.49 KB

Contents

{
  //// This file contains system-specific configuration options that the test suite needs.
  //// Please customize it for your system.

  // These are the usernames and group names of normal, non-administrator
  // users and groups. Preferably, these are user and group accounts that
  // are normally not used.
  //
  // These users and groups MUST be able to access this 'test' directory,
  // otherwise the tests will fail.

  //// Good values for OS X:
  "normal_user_1": "_www",
  "normal_user_2": "daemon",
  // Must not be "nobody".
  "default_user": "_sandbox",
  // Must not be normal_user_1's primary group.
  "normal_group_1": "daemon",
  // Must not be normal_user_2's primary group.
  "normal_group_2": "_sandbox",
  // Must not be default_user's primary group. Must not be "nobody".
  "default_group": "_www",

  ///// Good values for Linux and FreeBSD. Same restrictions apply.
  //"normal_user_1": "games",
  //"normal_user_2": "daemon",
  //"default_user": "man",
  //"normal_group_1": "daemon",
  //"normal_group_2": "man",
  //"default_group": "games",

  // A nonexistant username, group name, user ID and group ID.
  "nonexistant_user": "xxxxxxxxxxxxxxxxxxx",
  "nonexistant_group": "xxxxxxxxxxxxxxxxxxx",
  "nonexistant_uid": 9999,
  "nonexistant_gid": 9999,

  // If you want to run the Nginx integration tests, then set the following
  // config option to the full path of the Nginx binary. This Nginx binary *must*
  // be compiled with Phusion Passenger support!
  "nginx": "/usr/local/sbin/nginx"
}

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
passenger-4.0.60 test/config.json.example
passenger-5.0.4 test/config.json.example
passenger-5.0.3 test/config.json.example
passenger-5.0.2 test/config.json.example
passenger-5.0.1 test/config.json.example
passenger-5.0.0.rc2 test/config.json.example
passenger-5.0.0.rc1 test/config.json.example
passenger-4.0.59 test/config.json.example
passenger-5.0.0.beta3 test/config.json.example
passenger-4.0.58 test/config.json.example
passenger-4.0.57 test/config.json.example
passenger-5.0.0.beta2 test/config.json.example
passenger-4.0.56 test/config.json.example
passenger-4.0.55 test/config.json.example
passenger-5.0.0.beta1 test/config.json.example
passenger-4.0.53 test/config.json.example
passenger-4.0.52 test/config.json.example
passenger-4.0.51 test/config.json.example
passenger-4.0.50 test/config.json.example
passenger-4.0.49 test/config.json.example