File: config.yml.example

package info (click to toggle)
ruby-passenger 3.0.13debian-1%2Bdeb7u2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 15,920 kB
  • sloc: cpp: 99,104; ruby: 18,098; ansic: 9,846; sh: 8,632; python: 141; makefile: 30
file content (41 lines) | stat: -rw-r--r-- 1,358 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
### 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 Linux and FreeBSD:
normal_user_1: games
normal_user_2: daemon
# Must not be "nobody".
default_user: man
# 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: man
# Must not be default_user's primary group. Must not be "nobody".
default_group: games

### Good values for OS X. Same restrictions apply.
# normal_user_1: _www
# normal_user_2: daemon
# default_user: _sandbox
# normal_group_1: daemon
# normal_group_2: _sandbox
# default_group: _www

# 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