Toggle navigation
Toggle navigation
This project
Loading...
Sign in
고혜연
/
DessertChatbot
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
윤성아
2021-06-10 15:24:07 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a260b71d4527dec13701329d6b830cf54fe1a6d2
a260b71d
1 parent
f479bdae
final_mod2
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
https/constants.js
package-lock.json
package.json
https/constants.js
View file @
a260b71
...
...
@@ -11,7 +11,7 @@ module.exports = {
CHANNEL_TOKEN
:
'RzDICmPPV/TJBYTazkASkptggoT58lCt+IS9ayXvYXZP2INsAkeiQfVNV2/5OULHzxXEzXQQRIwsyZ1uXVXROuM4GYLfPNOGqCFbt2pzgbWbp29X4b0ohfZAsA80PsP8CEfiSAiue9lOrxNm3AXS5QdB04t89/1O/w1cDnyilFU='
,
},
CONFIG
:
{
PORT
:
44
3
,
PORT
:
2302
3
,
HTTPS_OPTIONS
:
{
ca
:
fs
.
readFileSync
(
`/etc/letsencrypt/live/
${
domain
}
/fullchain.pem`
),
key
:
fs
.
readFileSync
(
path
.
resolve
(
process
.
cwd
(),
`/etc/letsencrypt/live/
${
domain
}
/privkey.pem`
),
'utf8'
).
toString
(),
...
...
package-lock.json
View file @
a260b71
package.json
View file @
a260b71
...
...
@@ -26,7 +26,7 @@
"express"
:
"^4.17.1"
,
"form-data"
:
"^4.0.0"
},
"devDependencies"
:{
"devDependencies"
:
{
"nodemon"
:
"^2.0.7"
}
}
...
...
Please
register
or
login
to post a comment