remove extra characters

"dd" in line 65 caused dotenv complaining.

Yong Fu 11 年 前
コミット
f611f2b7a1
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      .env.example

+ 1 - 1
.env.example

@@ -62,7 +62,7 @@ SMTP_ENABLE_STARTTLS_AUTO=true
62 62
 
63 63
 # The address from which system emails will appear to be sent.
64 64
 EMAIL_FROM_ADDRESS=from_address@gmail.com
65
-dd
65
+
66 66
 
67 67
 ###########################
68 68
 #      Agent Logging      #