diff options
| author | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-04-03 09:20:59 +0200 |
|---|---|---|
| committer | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-04-03 09:20:59 +0200 |
| commit | 80c33f5303e2c083841933de4338f7e5d15de972 (patch) | |
| tree | aea30c99000290ae590591ecb614dc84e793cdf2 /sample_config.json | |
| parent | f7518a4d196ccf9e3ef16829d4129fbb44242726 (diff) | |
Factor out hardcoded SERVER_BASE_URL
Diffstat (limited to 'sample_config.json')
| -rw-r--r-- | sample_config.json | 3 |
1 files changed, 2 insertions, 1 deletions
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" } |
