|
|
@@ -8,6 +8,6 @@ module.exports = {
|
|
|
maxAge: 1000 * 3600 * 24 * 3, //3 days.
|
|
|
},
|
|
|
mongodbUrl: 'mongodb://localhost:27017/artsite',
|
|
|
- host: 'http://art.pcoloring.com',
|
|
|
- resHost: 'http://pcoloring.com',
|
|
|
+ host: 'https://art.pcoloring.com',
|
|
|
+ resHost: 'https://pcoloring.com',
|
|
|
}
|