mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-25 19:26:31 -05:00
AppModule: Add reminder to remove synchronize
This auto creates schema on startup and is not intended for production use See https://typeorm.io/#/connection-options/common-connection-options Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
parent
d6e8d9a592
commit
b2008ae734
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ const routes: Routes = [
|
||||||
type: 'sqlite',
|
type: 'sqlite',
|
||||||
database: './hedgedoc.sqlite',
|
database: './hedgedoc.sqlite',
|
||||||
autoLoadEntities: true,
|
autoLoadEntities: true,
|
||||||
synchronize: true,
|
synchronize: true, // ToDo: Remove this before release
|
||||||
}),
|
}),
|
||||||
ConfigModule.forRoot({
|
ConfigModule.forRoot({
|
||||||
load: [
|
load: [
|
||||||
|
|
Loading…
Reference in a new issue