forked from nm3clol/nm3clol-express-app
Removed console log message from config startup.
This commit is contained in:
parent
b7f0eb13ef
commit
6979c455ef
|
@ -182,8 +182,6 @@ export interface Config {
|
|||
tikaUrl: string;
|
||||
}
|
||||
|
||||
console.log(`Configuring .env and expanding .env to include environment variable references.`);
|
||||
|
||||
import path from 'path';
|
||||
import dotenv from 'dotenv';
|
||||
import dotenvExpand from 'dotenv-expand';
|
||||
|
|
Loading…
Reference in New Issue
Block a user