-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.dist.inc.php
23 lines (17 loc) · 1.33 KB
/
config.dist.inc.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?php
/*
GuardianGGBot
Copyright © 2016, Slava slavikus Karpenko <[email protected]>
All rights reserved, and whatnot. Be brave, guardian!
If you improve this app, please consider making a pull request: https://github.com/slavikus/guardiangg-bot
*/
/*
This is a configuration file for GuardianGGBot. You should fill it out with your own values and rename it to config.inc.php.
*/
define("ADMIN_PASSWORD", ""); // Set this to something non-obvious
define("TELEGRAM_API_KEY", "12345678:ABCDEF_ghfgfhgfkjgfkidf"); // Obtain by talking to @BotFather on Telegram
define("BUNGIENET_API_KEY", "123445678123445678"); // Obtain by registering an app on https://www.bungie.net/en/User/API
define("GOOGLE_ANALYTICS_ID", ""); // Set this to Google Analytics id (UA-12345678-1) if you want Google Analytics tracking
define("SLACK_CLIENT_ID", ""); // Set this to your Slack app client id (if you created a separate app)
define("SLACK_CLIENT_SECRET", ""); // Set this to your Slack app client secret (if you created a separate app)
define("BOT_URL_BASE", "https://myserver.com/guardiangg/"); // Base URL for this bot on your server. Must include the trailing slash.