Toggle navigation
Toggle navigation
This project
Loading...
Sign in
이혜인
/
Multiplex_Ticketing_Platform
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
ShinSeungMin
2022-06-09 00:55:35 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
99e0e19a74e9f38fdafb02f4527a2419d9e65f98
99e0e19a
1 parent
8e53163e
Delete Keys
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
8 deletions
Chatbot_Demo/app.js
Chatbot_Demo/app.js
View file @
99e0e19
...
...
@@ -19,14 +19,10 @@ var app = express();
app
.
use
(
bodyParser
.
json
());
/////////////////////////////////////////////////
// commit 할때 지워야 할것들
// const USER_ID = '';
// const TOKEN = '';
// const domain = '';
// const KAKAO_KEY = '';
const
USER_ID
=
'Uc2471a2b23fdd1ba92cfaefc5109ae66'
;
const
TOKEN
=
'dnQaNDicvCKG/BJdsuI0/48ep9UTKuHFjW3L4+uCketz+HhXJI4RhfBMFwuKljG4pKyVahGIxhU0mby+wUvmOlgqHwCs5Hs8wM+ztYvcxo5PDOldHjikU4spRsgLy35Hok2QdqbARcZuupInqeWt3AdB04t89/1O/w1cDnyilFU='
;
const
domain
=
'2021105612.osschatbot2022.ml'
;
const
KAKAO_KEY
=
'e5051f82023ae6c9893a9755339971ac'
;
const
USER_ID
=
''
;
const
TOKEN
=
''
;
const
domain
=
''
;
const
KAKAO_KEY
=
''
;
/////////////////////////////////////////////////
let
initFlag
=
false
;
//브랜드 선택 flag
/////////////////////////////////////////////////
...
...
Please
register
or
login
to post a comment