Changeset 563 for trunk/lib/App.inc.php


Ignore:
Timestamp:
Feb 28, 2016 9:18:02 PM (8 years ago)
Author:
anonymous
Message:

Removed assumption of localhost for mysql server. Removed exception for proxy.aol.com.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/App.inc.php

    r562 r563  
    122122
    123123        // DB credentials should be set as apache environment variables in httpd.conf, readable only by root.
    124         'db_server' => 'localhost',
     124        'db_server' => null,
    125125        'db_name' => null,
    126126        'db_user' => null,
Note: See TracChangeset for help on using the changeset viewer.