diff options
author | Camil Staps | 2016-07-27 23:52:00 +0200 |
---|---|---|
committer | Camil Staps | 2016-07-27 23:52:00 +0200 |
commit | 7f877370163648460f6ffd8abb3ee9caa774441c (patch) | |
tree | a41d3d8dbf310ffdbc484cf0a3992126845e9d8e /README.md | |
parent | Changelog cleanup (diff) |
Moved private information to conf.private.php
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -46,8 +46,8 @@ BusinessAdmin assumes a MySQL database is setup properly. This can be: There are two files concerned when setting the configuration options. -In conf.php you can enter your MySQL details (host, database, username, -password, server port). +In conf.private.php you can enter your MySQL details (host, database, username, +password, server port). You can use conf.private.example.php as an example. In classes/constants.php, you should at least set the following options: |