mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
fix
This commit is contained in:
parent
ee831cc65c
commit
b23183197b
@ -39,7 +39,7 @@ export class Connection {
|
||||
logging: true,
|
||||
logger: new FileLogger('all', {
|
||||
// workaround to let previous path working, because with esbuild the script root path has changed
|
||||
logPath: CONFIG.PRODUCTION ? '../' : '' + CONFIG.TYPEORM_LOGGING_RELATIVE_PATH,
|
||||
logPath: (CONFIG.PRODUCTION ? '../' : '') + CONFIG.TYPEORM_LOGGING_RELATIVE_PATH,
|
||||
}),
|
||||
extra: {
|
||||
charset: 'utf8mb4_unicode_ci',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user