From 58e92a81d6ee38c36a61a18a038a694a2bfdfdf7 Mon Sep 17 00:00:00 2001 From: Dennis Gunia Date: Tue, 22 Sep 2020 12:17:37 +0200 Subject: [PATCH] fixed gitignore and readme --- ormconfig.json | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 ormconfig.json diff --git a/ormconfig.json b/ormconfig.json deleted file mode 100644 index 5347801..0000000 --- a/ormconfig.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "type": "mysql", - "host": "sql1.dennisgunia.de", - "port": 7574, - "username": "joke", - "password": "FivXcBxrUB6Fm5qN", - "database": "joke", - "synchronize": true, - "logging": false, - "entities": [ - "dist/entity/**/*.js" - ], - "migrations": [ - "dist/migration/**/*.js" - ], - "subscribers": [ - "dist/subscriber/**/*.js" - ], - "cli": { - "entitiesDir": "dist/entity", - "migrationsDir": "dist/migration", - "subscribersDir": "dist/subscriber" - } -} \ No newline at end of file