Toggle navigation
Toggle navigation
This project
Loading...
Sign in
은승우
/
LINEBOT
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
은승우
2019-11-29 20:31:03 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a2f55d6f77d57834e7887455d67c8a2aa0872c11
a2f55d6f
1 parent
4c87fadc
wpqkf
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app.js
app.js
View file @
a2f55d6
...
...
@@ -5,7 +5,7 @@ const line = require('@line/bot-sdk');
var
createServer
=
require
(
"auto-sni"
);
var
server
=
createServer
({
email
:
sweun1
@
naver
.
com
,
// Emailed when certificates expire.
email
:
"sweun1@naver.com"
,
// Emailed when certificates expire.
agreeTos
:
true
,
// Required for letsencrypt.
debug
:
false
,
// Add console messages and uses staging LetsEncrypt server. (Disable in production)
domains
:
[
"osschatbot.bu.to"
],
// List of accepted domain names. (You can use nested arrays to register bundles with LE).
...
...
Please
register
or
login
to post a comment