Skip to content

Commit

Permalink
Added trivial comment. (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksantamaria authored Nov 27, 2023
1 parent 933ce18 commit a2b0913
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions images/php/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@
// queries to the replica.
//
// @see core/services.yml database.replica
//
// This is not compatible with Azure Flexible Server for MySQL without
// provisioning new read-only instances in the db cluster.
if (getenv('DB_READREPLICA_HOSTS')) {
$replica_hosts = explode(' ', getenv('DB_READREPLICA_HOSTS'));
$replica_hosts = array_map('trim', $replica_hosts);
Expand Down

0 comments on commit a2b0913

Please sign in to comment.