-
-
Notifications
You must be signed in to change notification settings - Fork 39
Expand file tree
/
Copy pathsecrets.d.ts
More file actions
24 lines (24 loc) · 597 Bytes
/
secrets.d.ts
File metadata and controls
24 lines (24 loc) · 597 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
declare const SECRETS: {
GEONAMES: string;
REDIS_URL: string;
GOOGLE_OAUTH_ID: string;
GOOGLE_OAUTH_SECRET: string;
SESSION_SECRET: string;
FLYME_TOKEN: string;
ADMINS: string;
PROXY_KEY: string;
OPENAIP_KEY: string;
AVIANT_URL: string;
APRS_USER: string;
APRS_PASSWORD: string;
ZOLEO_UNLINK_URL: string;
ZOLEO_UNLINK_API_KEY: string;
ZOLEO_PUSH_USER: string;
ZOLEO_PUSH_PWD: string;
XCONTEST_JWT: string;
BUY_ME_A_COFFEE_TOKEN: string;
FLYMASTER_GROUP_ID: string;
FLYMASTER_GROUP_TOKEN: string;
MAILERSEND_TOKEN: string;
MESHBIR_AUTH_TOKEN: string;
};