Skip to content
Snippets Groups Projects
Commit 4a723b90 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Added some comments/explanation wrt to the "$db_url" settings; this seemed
  to cause problems/confusion.
parent 8fa7e354
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -3,6 +3,13 @@
#
# Database settings:
# Note that the $db_url variable gets parsed using PHP's built-in
# URL parser (i.e. using the "parse_url()" function) so make sure
# not to confuse the parser. In practice, you should avoid using
# special characters that are not used in "normal" URLs either.
# That is, the use of ':', '/', '@', '?', '=' and '#', ''', '"',
# and so on is likely to confuse the parser; use alpha-numerical
# characters instead.
#
# $db_url = "pgsql://user:password@hostname/database";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment