From 68920ea57a94ff303be6c5e8c772046047082a21 Mon Sep 17 00:00:00 2001 From: Anas Tiour Date: Tue, 25 Dec 2018 09:59:54 +0100 Subject: [PATCH] Refacator: ignoring the config files --- .gitignore | 5 ++++- config/default.yaml | 7 +++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 81f6c9f..af0e6e7 100644 --- a/.gitignore +++ b/.gitignore @@ -86,4 +86,7 @@ dist/main.js # Prisma generated code generated/ -dist \ No newline at end of file +dist + +config/ +!config/default.example.yaml \ No newline at end of file diff --git a/config/default.yaml b/config/default.yaml index fad4709..6670e6d 100644 --- a/config/default.yaml +++ b/config/default.yaml @@ -1,2 +1,5 @@ -Customer: - testVar: "yaaaaaaay" \ No newline at end of file +database: + host: localhost + name: database + user: postgres + password: postgres