Sha256: c735e10e35d31a5f2b2aa0144093bc9954f8c9b863570ba24c3825e88b35b627

Contents?: true

Size: 1.02 KB

Versions: 21

Compression:

Stored size: 1.02 KB

Contents

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

# These are the user names of two normal, non-administrator users.
# Preferably, these are user accounts that are normally not used.
#
# NOTE: these users MUST be able to access this 'test' directory,
# otherwise the tests will fail.
normal_user_1: games
normal_user_2: daemon

# The username of a user that has less privileges than a normal user.
#
# NOTES:
# - this user MUST be able to access this 'test' directory, otherwise
#   the tests will fail.
# - this user MUST NOT have a negative UID value. So on OS X, this may
#   not be the 'nobody' user.
lowest_user: nobody

# A nonexistant username.
nonexistant_user: xxxxxxxxxxxxxxxxxxx
# A nonexistant user ID.
nonexistant_uid: 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

21 entries across 21 versions & 4 rubygems

Version Path
vanity-1.7.1 vendor/ruby/1.9.1/gems/passenger-2.2.15/test/config.yml.example
passenger-2.2.15 test/config.yml.example
passenger-2.2.14 test/config.yml.example
passenger-2.2.13 test/config.yml.example
passenger-2.2.12 test/config.yml.example
colouringcode-passenger-0.2 test/config.yml.example
passenger-2.2.11 test/config.yml.example
passenger-jmazzi-2.2.10 test/config.yml.example
passenger-2.2.10 test/config.yml.example
passenger-jmazzi-2.2.9 test/config.yml.example
passenger-2.2.9 test/config.yml.example
passenger-2.2.8 test/config.yml.example
colouringcode-passenger-0.1 test/config.yml.example
passenger-2.2.7 test/config.yml.example
passenger-2.2.6 test/config.yml.example
passenger-2.2.5 test/config.yml.example
passenger-2.2.3 test/config.yml.example
passenger-2.2.4 test/config.yml.example
passenger-2.2.1 test/config.yml.example
passenger-2.2.0 test/config.yml.example