-
Notifications
You must be signed in to change notification settings - Fork 4
/
pillar.example
executable file
·47 lines (37 loc) · 1.18 KB
/
pillar.example
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
# Example settings for zendserver.
zendserver:
# Admin password to login to the ZendServer Dashboard
admin_password: saltyzend
# Which versions to use for Zend Server & PHP.
version:
zend: '8.0.2'
php: '5.6'
apache: '2.2'
# Which webserver to use, can either be apache or nginx
webserver: apache
# If Apache is in use you may want to choose to use mpm-itk
# separate users
enable_itk: False
# Whether to use the nginx mainline repo or default stable
nginx_mainline: False
# Whether to bootstrap the Zend Server, otherwise you'll be
# asked to do so when you login to the ZendServer admin page.
bootstrap: False
# License details for ZendServer
# This option is mandatory when 'Bootstrap' is True
#
#license:
# order: XXXX-XXXXX-XX
# serial: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
# To enable automatic bootstrapping using development settings and a 30-day trial
#bootstrap_dev: True
# Extensions can be managed:
#enable_extensions:
# - imagick
# - pcntl
# And turned off
#disable_extensions:
# - db2
# Directives to be set or modified
#directives:
# - zray.zendserver_ui_url: "https://your.server.example.com:10082/ZendServer"