From 471c55f2e0549f70166d49d39e7a20fd5dbf0912 Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Tue, 4 Apr 2017 16:32:56 +0200 Subject: Rename GOOGLE_OAUTH_CLIENT_ID to OAUTH_CLIENT_ID --- sample_config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sample_config.json') diff --git a/sample_config.json b/sample_config.json index 58ff0e72..d5fe10f1 100644 --- a/sample_config.json +++ b/sample_config.json @@ -1,4 +1,4 @@ { - "GOOGLE_OAUTH_CLIENT_ID": "the-google-oauth-client-id", + "OAUTH_CLIENT_ID": "the-google-oauth-client-id", "SERVER_BASE_URL": "http://localhost:8081" } -- cgit v1.2.3