From 24e30a6e720cbc9dcdf26a34a06aec5c5fc34047 Mon Sep 17 00:00:00 2001 From: slice Date: Mon, 16 Jul 2018 10:46:08 -0700 Subject: [PATCH] remove config and add example Let's force the user to specify their configuration instead of using ave's deployed elstat automatically. --- .gitignore | 1 + priv/frontend/{config.json => config.example.json} | 0 2 files changed, 1 insertion(+) rename priv/frontend/{config.json => config.example.json} (100%) diff --git a/.gitignore b/.gitignore index 552e997..144454b 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ thumbs.db # Frontend stuff +/priv/frontend/config.json /priv/frontend/node_modules /priv/frontend/build diff --git a/priv/frontend/config.json b/priv/frontend/config.example.json similarity index 100% rename from priv/frontend/config.json rename to priv/frontend/config.example.json