From 80c33f5303e2c083841933de4338f7e5d15de972 Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Mon, 3 Apr 2017 09:20:59 +0200 Subject: Factor out hardcoded SERVER_BASE_URL --- sample_config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sample_config.json') diff --git a/sample_config.json b/sample_config.json index 628476ed..58ff0e72 100644 --- a/sample_config.json +++ b/sample_config.json @@ -1,3 +1,4 @@ { - "GOOGLE_OAUTH_CLIENT_ID": "the-google-oauth-client-id" + "GOOGLE_OAUTH_CLIENT_ID": "the-google-oauth-client-id", + "SERVER_BASE_URL": "http://localhost:8081" } -- cgit v1.2.3