Skip to content

Commit

Permalink
Removing game from default.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Guilherme Souza committed Sep 27, 2017
1 parent 7f7d7b6 commit 350eb2b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions config/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ gracefulShutdownTimeout: 30
apns:
concurrentWorkers: 100
logStatsInterval: 10000
games:
game: /certs/cert.pem
# games:
# game: /certs/cert.pem
gcm:
pingInterval: 30
pingTimeout: 10
maxPendingMessages: 100
logStatsInterval: 10000
games:
game:
apiKey: game-api-key
senderID: "1233456789"
# games:
# game:
# apiKey: game-api-key
# senderID: "1233456789"
queue:
topics:
- "^push-[^-_]+_(apns|gcm)[_-](single|massive)"
Expand Down

0 comments on commit 350eb2b

Please sign in to comment.