forked from creations/profilePage
add review db, fix issues with spamming css url and readme whenever status updated
This commit is contained in:
parent
5ad5d7181f
commit
9aa58ae23f
6 changed files with 281 additions and 2 deletions
|
@ -14,6 +14,11 @@ export const lanyardConfig: LanyardConfig = {
|
|||
instance: process.env.LANYARD_INSTANCE || "https://api.lanyard.rest",
|
||||
};
|
||||
|
||||
export const reviewDb = {
|
||||
enabled: process.env.REVIEW_DB === "true" || process.env.REVIEW_DB === "1",
|
||||
url: "https://manti.vendicated.dev/api/reviewdb",
|
||||
};
|
||||
|
||||
export const badgeApi: string | null = process.env.BADGE_API_URL || null;
|
||||
export const steamGridDbKey: string | undefined =
|
||||
process.env.STEAMGRIDDB_API_KEY;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue