7 lines
206 B
JavaScript
7 lines
206 B
JavaScript
module.exports = {
|
|
port: 80,
|
|
protocol: 'http', // by default http for development. Please change to https in configSec.js for production.
|
|
host: 'server.fiv.tacever.org',
|
|
// sslType: 'file'
|
|
}
|