From e1ea4782c6e098b63d6eb464083312fa361b245d Mon Sep 17 00:00:00 2001 From: Ronnie Friman <l4168@student.jamk.fi> Date: Thu, 30 May 2019 16:32:16 +0300 Subject: [PATCH] Added example ormconfig.json --- ormconfig.json.example | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 ormconfig.json.example diff --git a/ormconfig.json.example b/ormconfig.json.example new file mode 100644 index 0000000..e5a401d --- /dev/null +++ b/ormconfig.json.example @@ -0,0 +1,12 @@ + +{ + "type": "", + "host": "", + "port": , + "username": "", + "password": "", + "database": "", + "entities": ["src/**/*.entity{.ts,.js}"], + "synchronize": true, + "logging": true + } \ No newline at end of file -- GitLab