Skip to content

Commit

Permalink
Merge 39e531c into 48bd971
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermef committed Sep 29, 2017
2 parents 48bd971 + 39e531c commit 8455dbe
Show file tree
Hide file tree
Showing 13 changed files with 554 additions and 387 deletions.
22 changes: 14 additions & 8 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 0 additions & 27 deletions Gopkg.toml
Original file line number Diff line number Diff line change
@@ -1,30 +1,3 @@

# Gopkg.toml example
#
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
# for detailed Gopkg.toml documentation.
#
# required = ["github.com/user/thing/cmd/thing"]
# ignored = ["github.com/user/project/pkgX", "bitbucket.org/user/project/pkgA/pkgY"]
#
# [[constraint]]
# name = "github.com/user/project"
# version = "1.0.0"
#
# [[constraint]]
# name = "github.com/user/project2"
# branch = "dev"
# source = "github.com/myfork/project2"
#
# [[override]]
# name = "github.com/x/y"
# version = "2.4.0"


[[constraint]]
name = "github.com/RobotsAndPencils/buford"
version = "0.12.0"

[[constraint]]
name = "github.com/alexcesaro/statsd"
version = "2.0.0"
Expand Down
7 changes: 6 additions & 1 deletion config/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,15 @@
gracefulShutdownTimeout: 30
apns:
concurrentWorkers: 100
connectionPoolSize: 100
logStatsInterval: 10000
apps: "game"
certs:
game: /certs/cert.pem
game:
authKeyPath: /certs/authkey.p8
keyID: "ABC123DEFG"
teamID: "ABC123DEFG"
topic: "com.game.test"
gcm:
pingInterval: 30
pingTimeout: 10
Expand Down
7 changes: 6 additions & 1 deletion config/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,15 @@
gracefulShutdownTimeout: 10
apns:
concurrentWorkers: 100
connectionPoolSize: 100
logStatsInterval: 750
apps: "game"
certs:
game: ../tls/self_signed_cert.pem
game:
authKeyPath: ../tls/authkey.p8
keyID: "ABC123DEFG"
teamID: "ABC123DEFG"
topic: "com.game.test"
gcm:
pingInterval: 30
pingTimeout: 10
Expand Down
Loading

0 comments on commit 8455dbe

Please sign in to comment.