fix: hotfix for config

This commit is contained in:
tdurieux
2023-05-01 14:54:27 +02:00
parent ee82d3c12a
commit a23f089a8a

View File

@@ -1,6 +1,7 @@
import { resolve } from "path";
interface Config {
SESSION_SECRET: string;
REDIS_PORT: number;
REDIS_HOSTNAME: string;
CLIENT_ID: string;
@@ -35,6 +36,7 @@ interface Config {
RATE_LIMIT: number;
}
const config: Config = {
SESSION_SECRET: "SESSION_SECRET",
CLIENT_ID: "CLIENT_ID",
CLIENT_SECRET: "CLIENT_SECRET",
GITHUB_TOKEN: "",