mirror of
https://github.com/danbulant/redditConnector
synced 2026-07-07 20:11:25 +00:00
Add config example
This commit is contained in:
parent
7da3df8e0f
commit
fa088f5a16
1 changed files with 12 additions and 0 deletions
12
_config.json
Normal file
12
_config.json
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
{
|
||||||
|
"CLIENT_ID": "",
|
||||||
|
"CLIENT_SECRET": "",
|
||||||
|
"TOKEN": "",
|
||||||
|
"GUILD_ID": "",
|
||||||
|
|
||||||
|
"PROTOCOL": "http",
|
||||||
|
"HOSTNAME": "localhost",
|
||||||
|
"LOGIN_PATH": "/login",
|
||||||
|
"CALLBACK_PATH": "/callback",
|
||||||
|
"PORT": 8080
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue