-
-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy pathsecrets.d.ts
More file actions
28 lines (28 loc) · 695 Bytes
/
Copy pathsecrets.d.ts
File metadata and controls
28 lines (28 loc) · 695 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
25
26
27
28
declare const SECRETS: {
GEONAMES: string;
REDIS_URL_DEV: 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;
ZIPLINE_TOKEN: string;
WING_TOKEN: string;
EXPORT_ID_SALT: string;
};