-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathgradle.properties
36 lines (30 loc) · 981 Bytes
/
gradle.properties
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
# 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=5.0.0
# use local sdk
USE_LOCAL_SDK=false
#----------- Server Host Config --------------
SERVER_HOST=https://gateway-fulldemo.apprtc.cn/
TOOLBOX_SERVER_HOST=https://service.apprtc.cn/toolbox
TOOLBOX_SERVER_HOST_DEV=https://service-staging.agora.io/toolbox
ROOM_MANAGER_SERVER_HOST=https://service.apprtc.cn/room-manager
#----------- 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=
# Restful API Config
RESTFUL_API_KEY=
RESTFUL_API_SECRET=