]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/helpers/logger.ts
Move config in its own file
[github/Chocobozzz/PeerTube.git] / server / helpers / logger.ts
index f8a1427185454ccb1f31385de6cc4aff2da547c3..734523b01b37388962641a91325dd6780674f591 100644 (file)
@@ -2,7 +2,7 @@
 import { mkdirpSync } from 'fs-extra'
 import * as path from 'path'
 import * as winston from 'winston'
-import { CONFIG } from '../initializers'
+import { CONFIG } from '../initializers/config'
 import { omit } from 'lodash'
 
 const label = CONFIG.WEBSERVER.HOSTNAME + ':' + CONFIG.WEBSERVER.PORT