-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.yml
58 lines (44 loc) · 981 Bytes
/
config.yml
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
DEFAULT_PATH: v1
PORT: 8008
CACHE_DIR: ./local-cache
LOG_REQUESTS: false
IGNORE_FILES:
- react-native-0.61.5.pom
- -sources.jar
VALID_FILE_TYPES:
- .aar
- .jar
- .module
- .pom
- .sha1
- .xml
- .zip
PROXIES:
fodev:
host: fodev.org
port: 8118
protocol: http
local:
host: 127.0.0.1
port: 1080
protocol: socks5
REPOSITORIES:
- name: central
url: https://repo1.maven.org/maven2
- name: google
url: https://dl.google.com/dl/android/maven2
proxy: fodev
- name: maven-google
url: https://maven.google.com
- name: google-aliyun
url: https://maven.aliyun.com/repository/google
- name: gradle
url: https://plugins.gradle.org/m2
- name: apache
url: https://repo.maven.apache.org/maven2
- name: spring-aliyun
url: https://maven.aliyun.com/repository/spring
- name: kotlin-dev
url: https://maven.pkg.jetbrains.space/kotlin/p/kotlin/dev
- name: jitpack
url: https://jitpack.io