From af5ee96ce1f07124eadfb74f9cc013d126c0277e Mon Sep 17 00:00:00 2001
From: Robert Goldmann <deadlocker@gmx.de>
Date: Tue, 1 Oct 2019 19:28:50 +0200
Subject: [PATCH] Fixed #37 - api: settings-example file

---
 api/{settings.json => settings-example.json} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename api/{settings.json => settings-example.json} (85%)

diff --git a/api/settings.json b/api/settings-example.json
similarity index 85%
rename from api/settings.json
rename to api/settings-example.json
index f7f5cad..fc577dc 100644
--- a/api/settings.json
+++ b/api/settings-example.json
@@ -1,7 +1,7 @@
 {
     "database": {
         "host": "127.0.0.1",
-        "port": "5433",
+        "port": "5432",
         "databaseName": "roadmaps",
         "user": "roadmaps",
         "password": "12345"
@@ -12,7 +12,7 @@
         "useSSL": false,
         "keyfile": "",
         "certfile": "",
-        "secret": "KulYdiZJTEvUxNKyseaX"
+        "secret": ""
     },
     "users": [
         {
-- 
GitLab