Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Clonar repositorio: 


Enlace simbolico pegasus 
ln -s /var/www/html/aplicacion/pegasus/src/Application/Lumen/public/ /var/www/html/pegasus-api


.env para pegasus backend 
APP_ENV=local 
APP_DEBUG=true 
AWS_REGION=us-east-1 
ENVIRONMENT=pre 
DB_HOST=pre-homol-master.unoi-sc.sndinf.internal
DB_HOST_SLAVE=pre-homol-master.unoi-sc.sndinf.internal
DB_PORT=3306 
DB_DRIVER=mysql 
DB_SCHEMA=uno
DB_USER= "Usuario"
DB_USER_SLAVE= "Usuario"
DB_PASSWORD="Contraseña"
DB_PASSWORD_SLAVE="Contraseña"
AWS_ACCESS_KEY=AKIAJSH7QNKJM2MWHEBQ 
AWS_SECRET_KEY=LBVFo/+lGCWeI4sMTGkdfmgAl+CIO0lBVh0WTbgU
WS_URI=https://homol.sistemauno.com/ws/ 
mySqlHost=pre-homol-master.unoi-sc.sndinf.internal
mySqlDb=uno
mySqlUser= "Usuario"
mySqlPassword="Contraseña"
AWS_BUCKET=prestatic-apps.uno-internacional.com 
DB_CONNECTION=mysql 
DB_DATABASE=uno
DB_USERNAME= "Usuario"
DOCTRINE_PROXY_AUTOGENERATE=false
JWT_SECRET=4fNp2BOL1DCx6IxkgBz5RnOpNdcaNBKS
DOCTRINE_LOGGER=LaravelDoctrine\ORM\Loggers\FileLogger
JWT_TTL=7200
#DOCTRINE_CACHE=file
#LOG_CHANNEL=single

Ejecutar el composer install dentro del docker 

  • No labels