-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
.env
49 lines (37 loc) · 1.42 KB
/
.env
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
# Application name
APP_NAME='Packagist Mirror'
# Language
APP_COUNTRY_NAME='Brazil'
APP_COUNTRY_CODE='br'
# Folder used to save the files
PUBLIC_DIR=/public
# Maintainer information
MAINTAINER_MIRROR='Webysther'
MAINTAINER_PROFILE='https://github.com/Webysther'
MAINTAINER_REPO='https://github.com/Webysther/packagist-mirror'
MAINTAINER_LICENSE='MIT License'
# Main mirror used to get providers
MAIN_MIRROR=https://repo.packagist.org
# Pattern to generate the package URIs.
# I.E. packages.drupal.org uses: URI_PATTERN='%s$%s.json'
URI_PATTERN='p/%s$%s.json'
# Timezone
TZ='America/Sao_Paulo'
# Africa, South Africa packagist.co.za
# Asia, China mirrors.aliyun.com/composer
# Asia, China pkg.phpcomposer.com (https://packagist.phpcomposer.com)
# Asia, Indonesia packagist.phpindonesia.id
# Asia, India packagist.in
# Asia, Japan packagist.jp (what this code is based of)
# South America, Brazil packagist.com.br (our mirror)
DATA_MIRROR=https://packagist.co.za,https://mirrors.aliyun.com/composer,https://packagist.phpcomposer.com,https://packagist.phpindonesia.id,https://packagist.in,https://packagist.jp,https://packagist.com.br
# URI of your mirror
URL=packagist.com.br
# Since your mirror exists
SINCE="Q3'17"
# Max connections by mirror
MAX_CONNECTIONS=25
# Google Analytics
GOOGLE_ANALYTICS_ID=
# Google Analytics, keep this value to have in future stats about packagist-mirror worldwide coverage.
GOOGLE_ANALYTICS_MAIN_ID='UA-58875124-2'