Ignore:
Timestamp:
Jul 10, 2014 9:38:42 AM (11 years ago)
Author:
dungnv
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pro-bachkim-filespace/sourcecode/application/config/config.php

    r1 r23  
    395395/*
    396396|--------------------------------------------------------------------------
    397 | Active flags of left side menu
     397| Number of records display on a page
    398398|--------------------------------------------------------------------------
    399399|
    400400*/
    401401$config['record_per_page'] = 10;
     402
     403/*
     404|--------------------------------------------------------------------------
     405| API Url
     406|--------------------------------------------------------------------------
     407|
     408*/
     409$config['api_url'] = 'http://api.violet.vn/';
     410
    402411
    403412/* End of file config.php */
Note: See TracChangeset for help on using the changeset viewer.