From 290c4e038e5f684e0a284202d63ac64fffe7ff56 Mon Sep 17 00:00:00 2001 From: Luke Fielke Date: Wed, 11 Mar 2015 09:53:14 +1030 Subject: [PATCH] Change sample database username variable to what discourse is expecting --- samples/web_only.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/web_only.yml b/samples/web_only.yml index 8c61c62..7d44fc8 100644 --- a/samples/web_only.yml +++ b/samples/web_only.yml @@ -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 -- 2.25.1