-
-
Notifications
You must be signed in to change notification settings - Fork 69
/
Copy path.env.example
52 lines (40 loc) · 1.51 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
44
45
46
47
48
49
50
51
52
# Application name
APP_NAME='Packagist Mirror'
# Language
APP_COUNTRY_NAME='Brazil'
APP_COUNTRY_CODE='br'
# Folder used to save the files
PUBLIC_DIR=./public
# Sync interval(show in page)
SLEEP=300
# 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
# Timezone
TZ='America/Sao_Paulo'
# Data mirror used to download repositories data
# Africa, South Africa packagist.co.za
# Asia, China mirrors.aliyun.com/composer
# Asia, China pkg.phpcomposer.com (not from this source code and not fully compatible - too much broken packages when used as a mirror)
# Asia, Indonesia packagist.phpindonesia.id
# Asia, India packagist.in (404)
# Asia, Japan packagist.jp (what this code is based of)
# South America, Brazil packagist.com.br (our mirror)
DATA_MIRROR=https://packagist.jp,https://packagist.com.br,https://packagist.phpindonesia.id,https://packagist.kr
# URI of your mirror
URL=packagist.com.br
# Max connections by mirror
MAX_CONNECTIONS=25
# Google Analytics, keep this value to have in future stats about packagist-mirror worldwide coverage.
GOOGLE_ANALYTICS_ID='UA-58875124-2'
# Mirrors -> dist-url
# For preferred with -preferred suffix
# eg: https://mirrots.domain.com/dists/%package%/%reference%.%type%-preferred
DIST_MIRRORS=
# Mirrors -> source-url
# For preferred with -preferred suffix
SOURCE_MIRRORS=