forked from srdrakcay/agora-live
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgradle.properties
More file actions
34 lines (28 loc) · 909 Bytes
/
gradle.properties
File metadata and controls
34 lines (28 loc) · 909 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
29
30
31
32
33
# Project-wide Gradle settings.
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
android.injected.testOnly=false
android.useAndroidX=true
# Automatically convert third-party libraries to use AndroidX
android.enableJetifier=true
# application build version code
APP_VERSION_CODE=5
# application version name
APP_VERSION_NAME=1.3.0
# use local sdk
USE_LOCAL_SDK=false
#----------- Server Host Config --------------
TOOLBOX_SERVER_HOST=https://service.agora.io/toolbox-overseas
ROOM_MANAGER_SERVER_HOST=https://service.agora.io/room-manager-overseas
#----------- Live Streaming Beauty Resource --------------
BEAUTY_RESOURCE=
#----------- Config Agora Keys -----------
# RTM RTC SDK key Config
AGORA_APP_ID=
AGORA_APP_CERTIFICATE=
# IM Key Config (only necessary in scene 'voice chat room')
IM_APP_KEY=
IM_APP_CLIENT_ID=
IM_APP_CLIENT_SECRET=
# Cloud Player Config
CLOUD_PLAYER_KEY=
CLOUD_PLAYER_SECRET=