Commit 269ee81b authored by nanahira's avatar nanahira

fix

parent e571952d
Pipeline #4738 passed with stages
in 1 minute
......@@ -18,7 +18,7 @@ const configModule = ConfigModule.forRoot();
name: 'app',
type: 'postgres',
entities: [User], // entities here
synchronize: true,
synchronize: !config.get('DB_NO_INIT'),
host: config.get('DB_HOST'),
port: parseInt(config.get('DB_PORT')) || 5432,
username: config.get('DB_USER'),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment