fix SELFHOST env on docker-compose

This commit is contained in:
Emily
2025-01-17 18:07:53 +01:00
parent dbcda95823
commit 6b5d23566c
5 changed files with 10 additions and 3 deletions

View File

@@ -42,6 +42,12 @@ export default async () => {
logger.info('[SERVER] Completed');
logger.warn('[ANOMALY LOOP] Disabled');
logger.warn(`[SELFHOSTED_SERVER] ${config.SELFHOSTED}`);
logger.warn(`[SELFHOSTED_CLIENT] ${config.public.SELFHOSTED}`);
logger.warn(`[AUTH] ${config.public.AUTH_MODE}`);
// anomalyLoop();
};