qq_快乐
2019-02-19 09:15
求,,,,,,,,,,,,,
var path = require('path'),config;config = { production: { url: 'http:mytestblog.com', mail: {}, database:{ client: 'mysql', connection: { host: 'db', user: 'ghost', password: 'ghost', database: 'ghost', port: '3306', charset: 'utf8' }, debug: false }, paths: { contentPath: path.join(process.env.GHOST_CONTENT, '/') }, server: { host: '0.0.0.0', port: '2368' } }};module.exports = config;
Docker入门
97492 学习 · 250 问题
相似问题