mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-10 07:48:37 +01:00
fix SELFHOST env on docker-compose
This commit is contained in:
@@ -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();
|
||||
|
||||
};
|
||||
Reference in New Issue
Block a user