Added expire header #2

This commit is contained in:
Sebastian Seedorf
2020-11-19 00:28:52 +01:00
parent bc83ca46a2
commit e2662b1c3b
2 changed files with 3 additions and 0 deletions

1
out/config.d.ts vendored
View File

@@ -12,6 +12,7 @@ export declare const DefaultConfig: {
REDIS_URL: string | undefined;
SESSION_SECRET: string | undefined;
USERINFO_HEADER: string;
EXPIRE_HEADER: string;
AUTH_PROXY_URL: string | undefined;
};
export {};