update docs links

This commit is contained in:
miloschwartz 2025-08-01 22:34:02 -07:00
parent c473c2fa81
commit 84268e484d
No known key found for this signature in database
16 changed files with 19 additions and 25 deletions

View file

@ -30,12 +30,6 @@ export class Config {
throw new Error(`Invalid configuration file: ${errors}`);
}
if (process.env.APP_BASE_DOMAIN) {
console.log(
"WARNING: You're using deprecated environment variables. Transition to the configuration file. https://docs.fossorial.io/"
);
}
if (
// @ts-ignore
parsedConfig.users ||