From 2c6d8ce6b57524a7a5d54a031b5eefb834eae98e Mon Sep 17 00:00:00 2001 From: Kagamino <kagamino@8086.rez-gif.supelec.fr> Date: Mon, 11 Feb 2019 01:37:53 +0100 Subject: [PATCH] add config --- .gitignore | 4 +++- config.json.template | 5 +++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 config.json.template diff --git a/.gitignore b/.gitignore index 97008e5..7bfa484 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ node_modules -yarn.lock \ No newline at end of file +yarn.lock + +config.json \ No newline at end of file diff --git a/config.json.template b/config.json.template new file mode 100644 index 0000000..9b502de --- /dev/null +++ b/config.json.template @@ -0,0 +1,5 @@ +{ + "port": Number, + "secret": String, + "cryptRounds": Number +} \ No newline at end of file -- GitLab