From 8b69ac35a875e567c1281be346a3eb14fed2c10e Mon Sep 17 00:00:00 2001 From: wvengen Date: Sat, 14 Nov 2015 16:28:01 +0100 Subject: [PATCH] Add comment to app config --- config/app_config.yml.SAMPLE | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/app_config.yml.SAMPLE b/config/app_config.yml.SAMPLE index b9f3b337..f9b9bd27 100644 --- a/config/app_config.yml.SAMPLE +++ b/config/app_config.yml.SAMPLE @@ -144,6 +144,8 @@ default: &defaults # password: # encoding: utf8 # socket: /opt/lampp/var/mysql/mysql.sock + # Instead of defining all details here, you can also point to an entry in database.yml. + #shared_lists: shared_lists development: <<: *defaults