-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.example
43 lines (38 loc) · 1.41 KB
/
.env.example
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# API Server
API_SERVER=http://10.0.2.2:5500
# Web Configuration
WEB_API_KEY=your_web_api_key
WEB_APP_ID=your_web_app_id
WEB_MESSAGING_SENDER_ID=your_web_messaging_sender_id
WEB_PROJECT_ID=your_web_project_id
WEB_AUTH_DOMAIN=your_web_auth_domain
WEB_STORAGE_BUCKET=your_web_storage_bucket
WEB_MEASUREMENT_ID=your_web_measurement_id
# Android Configuration
ANDROID_API_KEY=your_android_api_key
ANDROID_APP_ID=your_android_app_id
ANDROID_MESSAGING_SENDER_ID=your_android_messaging_sender_id
ANDROID_PROJECT_ID=your_android_project_id
ANDROID_STORAGE_BUCKET=your_android_storage_bucket
# iOS Configuration
IOS_API_KEY=your_ios_api_key
IOS_APP_ID=your_ios_app_id
IOS_MESSAGING_SENDER_ID=your_ios_messaging_sender_id
IOS_PROJECT_ID=your_ios_project_id
IOS_STORAGE_BUCKET=your_ios_storage_bucket
IOS_BUNDLE_ID=your_ios_bundle_id
# macOS Configuration
MACOS_API_KEY=your_macos_api_key
MACOS_APP_ID=your_macos_app_id
MACOS_MESSAGING_SENDER_ID=your_macos_messaging_sender_id
MACOS_PROJECT_ID=your_macos_project_id
MACOS_STORAGE_BUCKET=your_macos_storage_bucket
MACOS_BUNDLE_ID=your_macos_bundle_id
# Windows Configuration
WINDOWS_API_KEY=your_windows_api_key
WINDOWS_APP_ID=your_windows_app_id
WINDOWS_MESSAGING_SENDER_ID=your_windows_messaging_sender_id
WINDOWS_PROJECT_ID=your_windows_project_id
WINDOWS_AUTH_DOMAIN=your_windows_auth_domain
WINDOWS_STORAGE_BUCKET=your_windows_storage_bucket
WINDOWS_MEASUREMENT_ID=your_windows_measurement_id