mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-15 07:02:34 +02:00
update docs links
This commit is contained in:
parent
c473c2fa81
commit
84268e484d
16 changed files with 19 additions and 25 deletions
|
@ -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 ||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue