Created
March 18, 2019 12:34
-
-
Save aziz-sadykov/68d2ced3718ed4b1a760cd477e972ca7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@701a48ab6f1b:/# ./taxi-push-backend --apns_cert ios_push_staging.pem | |
2019/03/18 12:34:04 INF [push_backend] Starting push notification backend | |
2019/03/18 12:34:04 INF [push_backend] Initializing: taxi_api_service | |
2019/03/18 12:34:04 FTL [main] error on local node start, initialization of "taxi_api_service" finished with error: Error initializing service: failed to parse PKCS1 private key | |
root@701a48ab6f1b:/# ./taxi-push-backend --apns_cert ios_push_production.pem | |
2019/03/18 12:34:15 INF [push_backend] Starting push notification backend | |
2019/03/18 12:34:15 INF [push_backend] Initializing: taxi_api_service | |
2019/03/18 12:34:15 INF [push_backend] Initializing: redis_service | |
2019/03/18 12:34:15 INF [push_backend] running "taxi_api_service" service | |
2019/03/18 12:34:15 FTL [main] error on local node start, initialization of "redis_service" finished with error: Failed to initialize redis publish/subscribe: dial tcp 127.0.0.1:6379: getsockopt: connection refused |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment