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