Browse Source

Add zpush_timezone setting for testing vars

Signed-off-by: PajamaSoft <support@pajamasoft.com>
PajamaSoft 11 years ago
parent
commit
376ce06d64
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      vars/testing.yml

+ 3
- 0
vars/testing.yml View File

39
     destination: "{{ admin_email }}"
39
     destination: "{{ admin_email }}"
40
     domain_pk_id: 1
40
     domain_pk_id: 1
41
 
41
 
42
+# z-push
43
+zpush_timezone: "America/New_York"  #Example: "America/New_York"
44
+
42
 # owncloud
45
 # owncloud
43
 owncloud_mysql_password: testPassword
46
 owncloud_mysql_password: testPassword
44
 
47
 

Loading…
Cancel
Save