From 185e0f26c6680c64cb5f2befdedd0cc3bbf09df5 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Thu, 25 Oct 2018 19:00:34 +0200 Subject: Added file structure for featherjs --- config/default.json | 9 +++++++++ config/production.json | 4 ++++ 2 files changed, 13 insertions(+) create mode 100644 config/default.json create mode 100644 config/production.json (limited to 'config') diff --git a/config/default.json b/config/default.json new file mode 100644 index 0000000..7d29175 --- /dev/null +++ b/config/default.json @@ -0,0 +1,9 @@ +{ + "host": "localhost", + "port": 3030, + "public": "../public/", + "paginate": { + "default": 10, + "max": 50 + } +} diff --git a/config/production.json b/config/production.json new file mode 100644 index 0000000..c60302b --- /dev/null +++ b/config/production.json @@ -0,0 +1,4 @@ +{ + "host": "texx-server-app.feathersjs.com", + "port": "PORT" +} -- cgit v1.2.3