update .env and README
This commit is contained in:
parent
e11e9053ed
commit
fa407d2b2f
|
@ -74,8 +74,6 @@ COMPOSE_CONVERT_WINDOWS_PATHS=1
|
||||||
|
|
||||||
# If you need to change the sources (i.e. to China), set CHANGE_SOURCE to true
|
# If you need to change the sources (i.e. to China), set CHANGE_SOURCE to true
|
||||||
CHANGE_SOURCE=false
|
CHANGE_SOURCE=false
|
||||||
# Set CHANGE_SOURCE and UBUNTU_SOURCE option if you want to change the Ubuntu system sources.list file.
|
|
||||||
UBUNTU_SOURCE=aliyun
|
|
||||||
# Set ORACLE INSTANT_CLIENT_MIRROR option if you want to use Intranet improve download, you can download files first
|
# Set ORACLE INSTANT_CLIENT_MIRROR option if you want to use Intranet improve download, you can download files first
|
||||||
ORACLE_INSTANT_CLIENT_MIRROR=https://github.com/diogomascarenha/oracle-instantclient/raw/master/
|
ORACLE_INSTANT_CLIENT_MIRROR=https://github.com/diogomascarenha/oracle-instantclient/raw/master/
|
||||||
|
|
||||||
|
|
|
@ -78,8 +78,6 @@ cp .env.example .env
|
||||||
```
|
```
|
||||||
# 开启ubuntu国内源
|
# 开启ubuntu国内源
|
||||||
CHANGE_SOURCE=true
|
CHANGE_SOURCE=true
|
||||||
# 默认是阿里云,可选项有aliyun|zju|tsinghua|163|ustc
|
|
||||||
UBUNTU_SOURCE=aliyun
|
|
||||||
# composer镜像源
|
# composer镜像源
|
||||||
WORKSPACE_COMPOSER_REPO_PACKAGIST=https://mirrors.aliyun.com/composer/
|
WORKSPACE_COMPOSER_REPO_PACKAGIST=https://mirrors.aliyun.com/composer/
|
||||||
# nvm镜像源
|
# nvm镜像源
|
||||||
|
|
Loading…
Reference in New Issue