diff --git a/.gitignore b/.gitignore
index 97008e5b868ddbfa6767109cebdf00d7868ee8aa..7bfa484186b83ce3e407c8bdd38a9f5b08448b04 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 0000000000000000000000000000000000000000..9b502de2b8b1236ffbde948bbf3e4e8450386fd5
--- /dev/null
+++ b/config.json.template
@@ -0,0 +1,5 @@
+{
+  "port": Number,
+  "secret": String,
+  "cryptRounds": Number
+}
\ No newline at end of file