const fs = require('fs'); module.exports = { API_KEY: 'pgqhLFWbDFu4Byz#4afNYX2F6Fa1&$KPjved$8%sUdTQV52caip#EpIKxYUkdd4S', PORT: 30309, SSL_OPTIONS: { cert: fs.readFileSync('/etc/letsencrypt/live/neo999.next-hd.net/fullchain.pem'), key: fs.readFileSync('/etc/letsencrypt/live/neo999.next-hd.net/privkey.pem') }, CORS_ORIGIN: [ 'https://neo999.next-hd.net', 'https://nextoffice.next-hd.co.jp' ] };