From aa4e552a03657a63922f5cd085431257c183f458 Mon Sep 17 00:00:00 2001 From: Jannik Schönartz Date: Mon, 2 Jul 2018 19:52:25 +0000 Subject: [server] Initial commit to add the node server stuff. --- server/config/authentication.template.json | 3 +++ server/config/database.template.json | 6 ++++++ server/config/database1.template.json | 7 +++++++ 3 files changed, 16 insertions(+) create mode 100644 server/config/authentication.template.json create mode 100644 server/config/database.template.json create mode 100644 server/config/database1.template.json (limited to 'server/config') diff --git a/server/config/authentication.template.json b/server/config/authentication.template.json new file mode 100644 index 0000000..17f5c11 --- /dev/null +++ b/server/config/authentication.template.json @@ -0,0 +1,3 @@ +{ + "secret": "" +} diff --git a/server/config/database.template.json b/server/config/database.template.json new file mode 100644 index 0000000..a9e7f8c --- /dev/null +++ b/server/config/database.template.json @@ -0,0 +1,6 @@ +{ + "host": "", + "user": "", + "password": "", + "database": "" +} \ No newline at end of file diff --git a/server/config/database1.template.json b/server/config/database1.template.json new file mode 100644 index 0000000..857fcc6 --- /dev/null +++ b/server/config/database1.template.json @@ -0,0 +1,7 @@ +{ + "host": "", + "username": "", + "password": "", + "database": "", + "dialect": "" +} \ No newline at end of file -- cgit v1.2.3-55-g7522