Created
July 6, 2016 14:25
-
-
Save nobodyiam/3d6753b3839bee3c32bd0373c037b2cc to your computer and use it in GitHub Desktop.
Apollo client get config
This file contains 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
Config config = ConfigService.getAppConfig(); | |
Integer defaultRequestTimeout = 200; | |
Integer requestTimeout = config.getIntProperty("requestTimeout", defaultRequestTimeout); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment