1 2 3 4 5 6
#!/bin/shsed -i "s|http://localhost:5611|${APP_URL}:5611|g" public/js/*sed "s|^APP_URL=.*|APP_URL=${APP_URL}|" .env.example > .envphp-fpm