瀏覽代碼

Add irc_timezone to testing.yml to fix dev build

Vagrant provisioning currently fails without irc_timezone set in
vars/testing.yml.  This is probably due to changes introduced in
al3x/sovereign#300 to permit the znc timezone to be configured.  The
file vars/users.yml already has a TODO entry for irc_timezone.
Chris Thachuk 10 年之前
父節點
當前提交
b87229253c
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      vars/testing.yml

+ 1
- 0
vars/testing.yml 查看文件

@@ -21,6 +21,7 @@ irc_realname: Mr. Sovereign
21 21
 irc_quitmsg: Bye
22 22
 irc_password_hash: "310c5f99825e80d5b1d663a0a993b8701255f16b2f6056f335ba6e3e720e57ed" #foo
23 23
 irc_password_salt: "YdlPM5yjBmc/;JO6cfL5"
24
+irc_timezone: "America/New_York" #Example: "America/New_York"
24 25
 
25 26
 # mailserver
26 27
 mail_db_password: testPassword

Loading…
取消
儲存