mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
removed more obsolete data
This commit is contained in:
parent
f2d53dfea6
commit
a1bcf7515a
@ -4,5 +4,3 @@ DB_USER=root
|
|||||||
DB_PASSWORD=
|
DB_PASSWORD=
|
||||||
DB_DATABASE=gradido_community
|
DB_DATABASE=gradido_community
|
||||||
MIGRATIONS_TABLE=migrations
|
MIGRATIONS_TABLE=migrations
|
||||||
|
|
||||||
TYPEORM_SEEDING_FACTORIES=src/factories/**/*{.ts,.js}
|
|
||||||
|
|||||||
@ -6,5 +6,3 @@ DB_USER=$DB_USER
|
|||||||
DB_PASSWORD=$DB_PASSWORD
|
DB_PASSWORD=$DB_PASSWORD
|
||||||
DB_DATABASE=gradido_community
|
DB_DATABASE=gradido_community
|
||||||
MIGRATIONS_TABLE=migrations
|
MIGRATIONS_TABLE=migrations
|
||||||
|
|
||||||
TYPEORM_SEEDING_FACTORIES=src/factories/**/*{.ts,.js}
|
|
||||||
|
|||||||
@ -1,15 +0,0 @@
|
|||||||
/* eslint-disable @typescript-eslint/no-var-requires */
|
|
||||||
|
|
||||||
const CONFIG = require('./src/config')
|
|
||||||
|
|
||||||
module.export = {
|
|
||||||
name: 'default',
|
|
||||||
type: 'mysql',
|
|
||||||
host: CONFIG.DB_HOST,
|
|
||||||
port: CONFIG.DB_PORT,
|
|
||||||
username: CONFIG.DB_USER,
|
|
||||||
password: CONFIG.DB_PASSWORD,
|
|
||||||
database: CONFIG.DB_DATABASE,
|
|
||||||
seeds: ['src/seeds/**/*{.ts,.js}'],
|
|
||||||
factories: ['src/factories/**/*{.ts,.js}'],
|
|
||||||
}
|
|
||||||
Loading…
x
Reference in New Issue
Block a user