2016-01-05 10:21:09 +08:00

14 lines
212 B
JavaScript

'use strict';
/**
* template config
*/
export default {
type: 'ejs',
content_type: 'text/html',
file_ext: '.html',
file_depr: '_',
root_path: think.ROOT_PATH + '/view',
adapter: {
ejs: {}
}
};