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