lfapi

diff config.js @ 33:25aba6a34c44

Added missing related objects, fixed smaller bugs,
author bsw
date Sat May 19 13:58:50 2012 +0200 (2012-05-19)
parents ef8aff2e0f67
children 6d4de6b0d0f6
line diff
     1.1 --- a/config.js	Sat Feb 25 21:56:55 2012 +0100
     1.2 +++ b/config.js	Sat May 19 13:58:50 2012 +0200
     1.3 @@ -16,15 +16,15 @@
     1.4  exports.public_access_level = 'full';
     1.5  
     1.6  // connection string to access the LiquidFeedback Core database
     1.7 -exports.connectionString = 'pg://localhost/liquid_feedback';
     1.8 +exports.connectionString = 'pg://localhost/liquid_feedback2';
     1.9  
    1.10  // public base url (including trailing slash)
    1.11 -exports.public_url_path = 'http://lf.example.org/api/';
    1.12 +exports.public_url_path = 'http://apitest.liquidfeedback.org:25520/';
    1.13  
    1.14  // mail server, email sender and subject settings
    1.15  exports.mail = {
    1.16 -  from:                'Sender name <senderaddress@example.org>',
    1.17 -  subject_prefix:      '[email subject prefix] '
    1.18 +  from:                'LiquidFeedback Maintainers <lqfb-maintainers@public-software-group.org>',
    1.19 +  subject_prefix:      '[lfapi alpha] '
    1.20  };
    1.21  
    1.22  exports.settings = {

Impressum / About Us