diff options
author | Unknwon <u@gogs.io> | 2015-07-03 14:39:36 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-07-03 14:39:36 +0800 |
commit | 4fca548ed11cefedcaa595be1c08625a9ae9f878 (patch) | |
tree | ad5bf1a8268110459f59cb609a02f6084c537b1e /conf/app.ini | |
parent | c47afdff58a5327c11730f8df75cbc3f0be35a77 (diff) | |
download | gitea-4fca548ed11cefedcaa595be1c08625a9ae9f878.tar.gz gitea-4fca548ed11cefedcaa595be1c08625a9ae9f878.zip |
update locale
Diffstat (limited to 'conf/app.ini')
-rw-r--r-- | conf/app.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/app.ini b/conf/app.ini index d41150a7fc..78a37d00f2 100644 --- a/conf/app.ini +++ b/conf/app.ini @@ -104,7 +104,7 @@ SUBJECT = %(APP_NAME)s ; Gmail: smtp.gmail.com:587 ; QQ: smtp.qq.com:25 ; Note, if the port ends with "465", SMTPS will be used. Using STARTTLS on port 587 is recommended per RFC 6409. If the server supports STARTTLS it will always be used. -HOST = +HOST = ; Disable HELO operation when hostname are different. DISABLE_HELO = ; Custom hostname for HELO operation, default is from system. |