fix schema
This commit is contained in:
parent
95d29363aa
commit
6d2b453361
1 changed files with 2 additions and 2 deletions
|
|
@ -16,9 +16,9 @@ declare module 'fastify' {
|
||||||
COOLIFY_DATABASE_URL: string,
|
COOLIFY_DATABASE_URL: string,
|
||||||
COOLIFY_SENTRY_DSN: string,
|
COOLIFY_SENTRY_DSN: string,
|
||||||
COOLIFY_IS_ON: string,
|
COOLIFY_IS_ON: string,
|
||||||
COOLIFY_WHITE_LABELED: boolean,
|
COOLIFY_WHITE_LABELED: string,
|
||||||
COOLIFY_WHITE_LABELED_ICON: string | null,
|
COOLIFY_WHITE_LABELED_ICON: string | null,
|
||||||
COOLIFY_AUTO_UPDATE: boolean,
|
COOLIFY_AUTO_UPDATE: string,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue