Added a link to the oauth application wiki entry

Dominik Sander vor 10 Jahren
Ursprung
Commit
6438d73906
1 geänderte Dateien mit 5 neuen Zeilen und 3 gelöschten Zeilen
  1. 5 3
      .env.example

+ 5 - 3
.env.example

@@ -70,9 +70,11 @@ EMAIL_FROM_ADDRESS=from_address@gmail.com
70 70
 # Number of lines of log messages to keep per Agent
71 71
 AGENT_LOG_LENGTH=200
72 72
 
73
-#############################
74
-#    OAuth Configuration    #
75
-#############################
73
+########################################################################################################
74
+#    OAuth Configuration                                                                               #
75
+#  More information at the wiki: https://github.com/cantino/huginn/wiki/Configuring-OAuth-applications #
76
+########################################################################################################
77
+
76 78
 TWITTER_OAUTH_KEY=
77 79
 TWITTER_OAUTH_SECRET=
78 80