Skip to content

Commit

Permalink
Added example configs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Emzi0767 committed Sep 18, 2020
1 parent b80e1b4 commit f65a3c5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/Emzi0767.AmongUsDirector.Bot/config.example.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"token": "put discord bot token here",
"prefix": "i!",
"discoveryPort": 42069,
"redis": {
"host": "localhost",
"port": 6379,
"index": 0,
"password": "hunter2",
"useSsl": true
}
}
3 changes: 3 additions & 0 deletions src/Emzi0767.AmongUsDirector.Probe/config.example.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"discoveryPort": 42069
}

0 comments on commit f65a3c5

Please sign in to comment.