Changeset 4410 for trunk/install


Ignore:
Timestamp:
Dec 2, 2009, 9:27:06 PM (14 years ago)
Author:
nikrou
Message:

Feature 1255 :

  • add postgres database engine
  • change installation process to allow postgres or mysql database
Location:
trunk/install
Files:
1 added
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/install/config.sql

    r3445 r4410  
    1818INSERT INTO piwigo_config (param,value,comment) VALUES ('history_guest','true','keep a history of guest visits on your website');
    1919INSERT INTO piwigo_config (param,value,comment) VALUES ('allow_user_registration','true','allow visitors to register?');
    20 INSERT INTO piwigo_config (param,value,comment) VALUES ('secret_key', MD5(RAND()), 'a secret key specific to the gallery for internal use');
    2120INSERT INTO piwigo_config (param,value,comment) VALUES ('nbm_send_html_mail','true','Send mail on HTML format for notification by mail');
    2221INSERT INTO piwigo_config (param,value,comment) VALUES ('nbm_send_mail_as','','Send mail as param value for notification by mail');
Note: See TracChangeset for help on using the changeset viewer.