UNPKG
botfuel-cli
Version:
latest (0.1.0)
1.0.3
1.0.2
1.0.1
1.0.0
0.1.0
Command Line Interface for Botfuel-dialog
github.com/Botfuel/botfuel-cli
Botfuel/botfuel-cli
botfuel-cli
/
commands
/
templates
/
environment.js
9 lines
(8 loc)
•
173 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
const
environment
=
{ botfuel: { appToken:
"<%= appToken %>"
, appId:
"<%= appId %>"
, appKey:
"<%= appKey %>"
} };
module
.
exports
.environment = environment;