MasterVitronic / fusionpbx

Automatically exported from code.google.com/p/fusionpbx
0 stars 0 forks source link

FreeSwitch Database Credentials #490

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The FusionPBX installer assumes that freeswitch and fusionpbx share the same 
database credentials for posgresql. This is not always the case (eg: ubuntu 
script defaults, any existing FS installs, and normal security best practices).

Since FusionPBX needs the credentials to the FreeSWITCH database for some 
installations, it should prompt for them on install.

Edited scripts/resources/config.lua

Not certain if there are other edits to be made.

Regards,

James 

Original issue reported on code.google.com by James.O....@gmail.com on 29 Oct 2013 at 3:10

GoogleCodeExporter commented 9 years ago
Config.lua will get overwritten you should instead put them in a new file 
local.lua.

Original comment by markjcrane@gmail.com on 31 Oct 2013 at 1:18

GoogleCodeExporter commented 9 years ago
local.lua allows you to override any of the settings in the config.lua so 
considering this issue as solved.

Original comment by markjcrane@gmail.com on 30 Apr 2014 at 7:41

GoogleCodeExporter commented 9 years ago
Will change this to a feature request.

Original comment by markjcrane@gmail.com on 30 Apr 2014 at 7:57