GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: Phusion Passenger (mod_rails)
Homepage: http://www.modrails.com/
Clone URL: git://github.com/FooBarWidget/passenger.git
Click here to lend your support to: passenger and make a donation at www.pledgie.com !
commit  ab5bc9528509c7f8991ff6506cfc0a5dc13d2467
tree    9fd32676187bfb3b6ac47ca905686dd93de73085
parent  0f0f5bb31161cd83c524aec5545f40912b844a6c
passenger / test / config.yml.example
100644 22 lines (17 sloc) 0.708 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
### 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.
# NOTE: this user MUST be able to access this 'test' directory, otherwise
# the tests will fail.
lowest_user: nobody
 
# A nonexistant username.
nonexistant_user: xxxxxxxxxxxxxxxxxxx
# A nonexistant user ID.
nonexistant_uid: 9999