Skip to content

Commit

Permalink
Delete config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenna committed Jan 23, 2017
1 parent dd52503 commit 38a7685
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 24 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@ Chatbot for Telegram.
2. Set the configuration variables at `config.json`
3. Run `npm start` from root path
4. Access `/views/login` over a HTTPS protocol (try **ngrok** for tunneling)
5. Login (set Facebook Account Kit Ser URLs to allow the HTTPS address you are using)
5. Login (set Facebook Account Kit Server URLs to allow the HTTPS address you are using)
6. Talk

### Configuration

Configuration variables are set in config.json.
Configuration variables are set in **config.json**.

Use the `config-sample.json` to set your variables and rename it to `config.json`.

a `dev` property for development variable,
`dev`: for development variables

a `test` property for test variables
`test`: for test variables

and `default` property for shared environment variables.
`default` for shared environment variables
````
{
"dev": {
Expand Down
19 changes: 0 additions & 19 deletions config.json

This file was deleted.

0 comments on commit 38a7685

Please sign in to comment.