express/LINEWORKS_Pleasanter/LINEWORKS_sendMessage、いずれも過去の Express実装。Gitea移行に伴い保管。 Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
14 lines
452 B
Plaintext
14 lines
452 B
Plaintext
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'
|
|
]
|
|
}; |