-
Notifications
You must be signed in to change notification settings - Fork 50
/
Copy pathconfig.yml.dist
56 lines (44 loc) · 1.64 KB
/
config.yml.dist
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
security:
# Username and password to access the web management interface
username: somebody
password: password
doctrine:
mapping:
default:
paths: [ '%app.root_dir%/src/Entity', '%app.root_dir%/src/Plugin' ]
namespace: Terramar
database:
# Any Doctrine driver
driver: pdo_sqlite
# Options
path: %app.root_dir%/database.sqlite
# host: 127.0.0.1
# user: root
# password:
# dbname: packages
packages:
# Defines the name used in the page titles and landing page.
name: 'Terramar Labs'
# If set, the homepage will be linked to from the landing page.
homepage: 'https://github.com/terramar-labs/packages'
# If set, the contact email is displayed on the landing page.
contact_email: '[email protected]'
# Needs to be set to generate a dist archive
base_path: 'https://localhost'
# If set, will place a copy of every tagged package version in the web/dist folder
archive: true
# If set, username and password will be required when attempting to access
# Satis-generated files.
secure_satis: false
resque:
# Redis server host.
host: 'redis://redis-master'
# Format as either unix:///path/to/socket (note the 3 slashes) or redis://host
#host: 'unix:///var/run/redis.sock'
# If Redis is configured to require a password, you can pass it in the host:
#host: 'redis://ignored:password@host'
# Note that the username portion of the hostname is ignored and can be any value.
# Redis TCP port. If using a unix socket, this is ignored.
port: ~
# Redis database index where jobs will be stored.
database: 4