From 1e2027a97adb7481c7cb296330039313fefd95c6 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Mon, 4 Jul 2016 10:43:48 -0400 Subject: Bug 1284263 - Add optional support for $DATABASE_URL instead of localconfig for db_* connection params. --- template/en/default/setup/strings.txt.pl | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'template/en/default/setup/strings.txt.pl') diff --git a/template/en/default/setup/strings.txt.pl b/template/en/default/setup/strings.txt.pl index 3adb06b85..34bbba2b7 100644 --- a/template/en/default/setup/strings.txt.pl +++ b/template/en/default/setup/strings.txt.pl @@ -128,6 +128,11 @@ Should checksetup.pl try to verify that your database setup is correct? With some combinations of database servers/Perl modules/moonphase this doesn't work, and so you can try setting this to 0 to make checksetup.pl run. +END + localconfig_db_from_env => <<'END', +If this is set, the other db_* values will be ignored and instead the $DATABASE_URL +will be used to provide the database connection information. +Note this requires the 'db_from_env' feature to be enabled. END localconfig_db_driver => <<'END', What SQL database to use. Default is mysql. List of supported databases -- cgit v1.2.3-24-g4f1b