avoid quotes in .env example

Andrew Cantino 10 years ago
parent
commit
1f6ff7da37
1 changed files with 2 additions and 2 deletions
  1. 2 2
      deployment/site-cookbooks/huginn_production/files/default/env.example

+ 2 - 2
deployment/site-cookbooks/huginn_production/files/default/env.example

@@ -72,8 +72,8 @@ AGENT_LOG_LENGTH=200
72 72
 #############################
73 73
 
74 74
 # AWS Credentials for MTurk
75
-AWS_ACCESS_KEY_ID="your aws access key id"
76
-AWS_ACCESS_KEY="your aws access key"
75
+AWS_ACCESS_KEY_ID=YOUR-AWS-ACCESS-KEY-ID
76
+AWS_ACCESS_KEY=YOUR-AWS-ACCESS-KEY
77 77
 
78 78
 # Set AWS_SANDBOX to true if you're developing Huginn code.
79 79
 AWS_SANDBOX=false