diff --git a/ormconfig.json.example b/ormconfig.json.example new file mode 100644 index 0000000000000000000000000000000000000000..e5a401dd8792446e8202058b594684ad44a86d6b --- /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