1
0
mirror of synced 2024-11-22 21:06:06 +03:00
messenger/cmd/bot/config.json.example
Ramy Aboul Naga 7b303129b9 Adds integrity check (#19) (#30)
* Adds integrity check (#19)

* Replace usage of `flag' with `configure' for `port' arg.

	Usage:
		./main               # Default port 8080
		./main  --port=1234  # Custom port 1234
2017-06-27 19:10:34 -07:00

7 lines
91 B
Plaintext

{
"verify-token": "",
"should-verify": false,
"page-token": "",
"app-secret": ""
}