From 8e05164678d302700c794feecd50d83357f7719d Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Thu, 16 Mar 2017 15:50:10 +0100 Subject: feathers stuff --- config/default.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 config/default.json (limited to 'config/default.json') diff --git a/config/default.json b/config/default.json new file mode 100644 index 0000000..73eac90 --- /dev/null +++ b/config/default.json @@ -0,0 +1,13 @@ +{ + "host": "localhost", + "port": 3030, + "mysql": "mysql://featherstest:password@localhost:3306/feathersTest", + "public": "../public/", + "auth": { + "idField": "id", + "token": { + "secret": "bS83fhImJ5QH0swwuS2o4bT8SPAzwxNZMzUYvPT6szyI+y5xRT6MPcv+iU0dIdMS+oLDfX3dm47HfXwgHsCguQ==" + }, + "local": {} + } +} -- cgit v1.2.3-70-g09d2