Skip to content

Commit

Permalink
Revert json example files - omit secret configs
Browse files Browse the repository at this point in the history
  • Loading branch information
funipz committed Dec 28, 2015
1 parent cd11f77 commit e2e2be4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
14 changes: 14 additions & 0 deletions discord-config-example.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"email": "test@example.com",
"password": "password",
"servers": [
{
"id": "1234567891234567",
"default": true
},
{
"id": "3213213213213213",
"password": "rosebud"
}
]
}
4 changes: 4 additions & 0 deletions socket-config-example.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"address": "192.168.0.1",
"port": "3000"
}

0 comments on commit e2e2be4

Please sign in to comment.