-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathBoxfile
41 lines (35 loc) · 769 Bytes
/
Boxfile
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
web1:
php_session_save_handler: redis
php_session_save_path: "tcp://tunnel.pagodabox.com:6379"
shared_writable_dirs:
- app/cache
- app/logs
document_root: web
default_gateway: app.php
index_list: [app.php]
php_version: 5.4.14
php_extensions:
- redis
- intl
- mbstring
- xsl
- mysql
- pdo_mysql
- zip
- curl
zend_extensions:
- xcache
php_short_open_tag: Off
php_magic_quotes_gpc: Off
php_register_globals: Off
php_session_autostart: Off
after_build:
- "bash bin/after_build.sh"
after_deploy:
- "bash bin/after_deploy.sh"
db1:
name: archive-my-tweets-wysow-fr
type: mysql
cache1:
name: archive-my-tweets-wysow-fr
type: redis