Skip to content

Commit

Permalink
remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
bpatrik committed Apr 15, 2024
1 parent 5222795 commit e77fd91
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion docker/alpine/Dockerfile.build
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN mkdir -p /app/data/config && \
#-----------------------------------------
FROM node:18-alpine3.17 AS main
WORKDIR /app
ENV NODE_ENV=debug \
ENV NODE_ENV=production \
# overrides only the default value of the settings (the actualy value can be overwritten through config.json)
default-Database-dbFolder=/app/data/db \
default-Media-folder=/app/data/images \
Expand Down
5 changes: 0 additions & 5 deletions src/common/config/private/Config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,4 @@ try {
}
ExtensionConfigTemplateLoader.Instance.init(path.join(__dirname, '/../../../../', pre.Extensions.folder));

console.log(process.env['default-Media-tempFolder']);
console.log(ConfigClassBuilder.attachPrivateInterface(pre.Media).__defaults.tempFolder);

export const Config = ExtensionConfigWrapper.originalSync(true);

console.log(ConfigClassBuilder.attachPrivateInterface(Config.Media).__defaults.tempFolder);

0 comments on commit e77fd91

Please sign in to comment.