Change sample database username variable to what discourse is expecting
authorLuke Fielke <lfielke@nextfaze.com>
Tue, 10 Mar 2015 23:23:14 +0000 (09:53 +1030)
committerLuke Fielke <lfielke@nextfaze.com>
Tue, 10 Mar 2015 23:23:34 +0000 (09:53 +1030)
samples/web_only.yml

index 8c61c625b79b2beb6cb38861b1b23273fc09855c..7d44fc89ebefe9a13229dac78a16324f69c6f813 100644 (file)
@@ -22,7 +22,7 @@ env:
 
   ## TODO: configure connectivity to the databases
   DISCOURSE_DB_SOCKET: ''
-  #DISCOURSE_DB_USER: discourse
+  #DISCOURSE_DB_USERNAME: discourse
   DISCOURSE_DB_PASSWORD: SOME_SECRET
   DISCOURSE_DB_HOST: DB_IP_ADDRESS
   DISCOURSE_REDIS_HOST: REDIS_IP_ADDRESS