mirror of
https://github.com/ReCloudStudio/WebHooker.git
synced 2026-09-22 16:11:29 +00:00
chore(types): drop dead Env fields (DISCORD_CHANNEL_ID, DOCS_URL, GITHUB_REPO_URL, LEGAL_CONTACT)
This commit is contained in:
parent
7ac7bb7958
commit
af2b22d65c
1 changed files with 0 additions and 4 deletions
|
|
@ -6,12 +6,8 @@ export interface Env {
|
||||||
GITHUB_CLIENT_ID?: string;
|
GITHUB_CLIENT_ID?: string;
|
||||||
GITHUB_CLIENT_SECRET?: string;
|
GITHUB_CLIENT_SECRET?: string;
|
||||||
DISCORD_TOKEN?: string;
|
DISCORD_TOKEN?: string;
|
||||||
DISCORD_CHANNEL_ID?: string;
|
|
||||||
BASE_URL?: string;
|
BASE_URL?: string;
|
||||||
ADMIN_USER_IDS?: string;
|
ADMIN_USER_IDS?: string;
|
||||||
LEGAL_CONTACT?: string;
|
|
||||||
DOCS_URL?: string;
|
|
||||||
GITHUB_REPO_URL?: string;
|
|
||||||
DISCORD_PUBLIC_KEY?: string;
|
DISCORD_PUBLIC_KEY?: string;
|
||||||
DISCORD_APPLICATION_ID?: string;
|
DISCORD_APPLICATION_ID?: string;
|
||||||
TELEGRAM_TOKEN?: string;
|
TELEGRAM_TOKEN?: string;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue