-
-
Notifications
You must be signed in to change notification settings - Fork 69
/
Copy path.env.example
34 lines (26 loc) · 919 Bytes
/
.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
# Application name
APP_NAME='Packagist Mirror'
# Application version
APP_VERSION='1.0.0'
# 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://packagist.org
# Data mirror used to download repositories data
# Japan - https://packagist.jp
# Indonesia - https://packagist.phpindonesia.id
# Brazil - https://packagist.com.br
# China - https://packagist.phpcomposer.com (not fully compatible - too much broken packages)
DATA_MIRROR=https://packagist.jp,https://packagist.com.br,https://packagist.phpindonesia.id
# URI of your mirror
URL=packagist.com.br
# Max connections by mirror
MAX_CONNECTIONS=25