From 4a29c5821e83bc2e8668b71343d6ea157f654e75 Mon Sep 17 00:00:00 2001 From: Nick Satterly Date: Mon, 13 May 2019 21:17:15 +0200 Subject: [PATCH] Add default endpoint to config.json.example --- public/config.json | 1 - public/config.json.example | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 public/config.json create mode 100644 public/config.json.example diff --git a/public/config.json b/public/config.json deleted file mode 100644 index 9e26dfee..00000000 --- a/public/config.json +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/public/config.json.example b/public/config.json.example new file mode 100644 index 00000000..bb61a365 --- /dev/null +++ b/public/config.json.example @@ -0,0 +1 @@ +{"endpoint": "http://localhost:8080"}